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:
1079 case ZEND_VM_KIND_CALL:
1148 case ZEND_VM_KIND_CALL:
1183 case ZEND_VM_KIND_CALL:
1385 case ZEND_VM_KIND_CALL:
1433 case ZEND_VM_KIND_CALL:
1453 case ZEND_VM_KIND_CALL:
1464 case ZEND_VM_KIND_CALL:
1477 case ZEND_VM_KIND_CALL:
1494 case ZEND_VM_KIND_CALL:
1746 case ZEND_VM_KIND_CALL:
1853 case ZEND_VM_KIND_CALL:
2006 gen_executor_code($f, $spec, ZEND_VM_KIND_CALL, $m[1]);
2028 if ($kind != ZEND_VM_KIND_CALL && count($params)) {
2040 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2107 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2132 case ZEND_VM_KIND_CALL:
2146 if ($kind != ZEND_VM_KIND_CALL) {
2153 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2182 if ($kind == ZEND_VM_KIND_CALL) {
2202 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2325 $str .= "#define ZEND_VM_KIND_CALL\t" . ZEND_VM_KIND_CALL . "\n";
2915 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3006 define("ZEND_VM_KIND", ZEND_VM_KIND_CALL);