Lines Matching refs:ZEND_VM_KIND_CALL
52 const ZEND_VM_KIND_CALL = 1; define
141 ZEND_VM_KIND_CALL => "ZEND_VM_KIND_CALL",
735 …"/ZEND_VM_C_LABEL\(\s*([A-Za-z_]*)\s*\)/m" => "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC…
736 …M_C_GOTO\(\s*([A-Za-z_]*)\s*\)/m" => "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$p…
828 case ZEND_VM_KIND_CALL:
1081 case ZEND_VM_KIND_CALL:
1150 case ZEND_VM_KIND_CALL:
1185 case ZEND_VM_KIND_CALL:
1387 case ZEND_VM_KIND_CALL:
1435 case ZEND_VM_KIND_CALL:
1455 case ZEND_VM_KIND_CALL:
1466 case ZEND_VM_KIND_CALL:
1479 case ZEND_VM_KIND_CALL:
1496 case ZEND_VM_KIND_CALL:
1748 case ZEND_VM_KIND_CALL:
1868 case ZEND_VM_KIND_CALL:
2021 gen_executor_code($f, $spec, ZEND_VM_KIND_CALL, $m[1]);
2043 if ($kind != ZEND_VM_KIND_CALL && count($params)) {
2055 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2122 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2147 case ZEND_VM_KIND_CALL:
2161 if ($kind != ZEND_VM_KIND_CALL) {
2168 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2197 if ($kind == ZEND_VM_KIND_CALL) {
2217 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2340 $str .= "#define ZEND_VM_KIND_CALL\t" . ZEND_VM_KIND_CALL . "\n";
2957 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3048 define("ZEND_VM_KIND", ZEND_VM_KIND_CALL);