Lines Matching refs:ZEND_VM_KIND_CALL

52 const ZEND_VM_KIND_CALL   = 1;  define
141 ZEND_VM_KIND_CALL => "ZEND_VM_KIND_CALL",
817 …"/ZEND_VM_C_LABEL\(\s*([A-Za-z_]*)\s*\)/m" => "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC…
818 …M_C_GOTO\(\s*([A-Za-z_]*)\s*\)/m" => "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$p…
902 case ZEND_VM_KIND_CALL:
1153 case ZEND_VM_KIND_CALL:
1222 case ZEND_VM_KIND_CALL:
1257 case ZEND_VM_KIND_CALL:
1441 case ZEND_VM_KIND_CALL:
1489 case ZEND_VM_KIND_CALL:
1509 case ZEND_VM_KIND_CALL:
1520 case ZEND_VM_KIND_CALL:
1533 case ZEND_VM_KIND_CALL:
1550 case ZEND_VM_KIND_CALL:
1797 case ZEND_VM_KIND_CALL:
1893 case ZEND_VM_KIND_CALL:
2075 gen_executor_code($f, $spec, ZEND_VM_KIND_CALL, $m[1]);
2097 if ($kind != ZEND_VM_KIND_CALL && count($params)) {
2109 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2157 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2182 case ZEND_VM_KIND_CALL:
2196 if ($kind != ZEND_VM_KIND_CALL) {
2203 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2232 if ($kind == ZEND_VM_KIND_CALL) {
2252 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2632 fputs($f, "#define ZEND_VM_KIND_CALL\t" . ZEND_VM_KIND_CALL . "\n");
3002 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3064 ZEND_VM_KIND != ZEND_VM_KIND_CALL) {
3116 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL) {
3132 gen_code($f, 0, ZEND_VM_KIND_CALL, 1, $code, 'ANY', 'ANY', $name);
3155 define("ZEND_VM_KIND", ZEND_VM_KIND_CALL);