Lines Matching refs:ZEND_VM_KIND_CALL
52 const ZEND_VM_KIND_CALL = 1; define
141 ZEND_VM_KIND_CALL => "ZEND_VM_KIND_CALL",
771 …"/ZEND_VM_C_LABEL\(\s*([A-Za-z_]*)\s*\)/m" => "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC…
772 …M_C_GOTO\(\s*([A-Za-z_]*)\s*\)/m" => "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$p…
865 case ZEND_VM_KIND_CALL:
1116 case ZEND_VM_KIND_CALL:
1185 case ZEND_VM_KIND_CALL:
1220 case ZEND_VM_KIND_CALL:
1422 case ZEND_VM_KIND_CALL:
1470 case ZEND_VM_KIND_CALL:
1490 case ZEND_VM_KIND_CALL:
1501 case ZEND_VM_KIND_CALL:
1514 case ZEND_VM_KIND_CALL:
1531 case ZEND_VM_KIND_CALL:
1781 case ZEND_VM_KIND_CALL:
1888 case ZEND_VM_KIND_CALL:
2041 gen_executor_code($f, $spec, ZEND_VM_KIND_CALL, $m[1]);
2063 if ($kind != ZEND_VM_KIND_CALL && count($params)) {
2075 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2142 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2167 case ZEND_VM_KIND_CALL:
2181 if ($kind != ZEND_VM_KIND_CALL) {
2188 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2217 if ($kind == ZEND_VM_KIND_CALL) {
2237 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2360 $str .= "#define ZEND_VM_KIND_CALL\t" . ZEND_VM_KIND_CALL . "\n";
2950 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3041 define("ZEND_VM_KIND", ZEND_VM_KIND_CALL);