Lines Matching refs:ZEND_VM_KIND_CALL
52 const ZEND_VM_KIND_CALL = 1; define
141 ZEND_VM_KIND_CALL => "ZEND_VM_KIND_CALL",
769 …"/ZEND_VM_C_LABEL\(\s*([A-Za-z_]*)\s*\)/m" => "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC…
770 …M_C_GOTO\(\s*([A-Za-z_]*)\s*\)/m" => "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$p…
863 case ZEND_VM_KIND_CALL:
1114 case ZEND_VM_KIND_CALL:
1183 case ZEND_VM_KIND_CALL:
1218 case ZEND_VM_KIND_CALL:
1420 case ZEND_VM_KIND_CALL:
1468 case ZEND_VM_KIND_CALL:
1488 case ZEND_VM_KIND_CALL:
1499 case ZEND_VM_KIND_CALL:
1512 case ZEND_VM_KIND_CALL:
1529 case ZEND_VM_KIND_CALL:
1779 case ZEND_VM_KIND_CALL:
1886 case ZEND_VM_KIND_CALL:
2039 gen_executor_code($f, $spec, ZEND_VM_KIND_CALL, $m[1]);
2061 if ($kind != ZEND_VM_KIND_CALL && count($params)) {
2073 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2140 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2165 case ZEND_VM_KIND_CALL:
2179 if ($kind != ZEND_VM_KIND_CALL) {
2186 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2215 if ($kind == ZEND_VM_KIND_CALL) {
2235 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2597 fputs($f, "#define ZEND_VM_KIND_CALL\t" . ZEND_VM_KIND_CALL . "\n");
2931 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3010 define("ZEND_VM_KIND", ZEND_VM_KIND_CALL);