Lines Matching refs:kind

730 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {  argument
843 …"\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name(…
844 …"goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_…
884 switch($kind) {
1102 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… argument
1115 switch($kind) {
1119 gen_code($out, $spec, $kind, 0, $code, $op1, $op2, $name, $extra_spec);
1169 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name, $extra_spec);
1173 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… argument
1176 if ($kind == ZEND_VM_KIND_HYBRID && !$hot) {
1191 switch($kind) {
1224 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name, $extra_spec);
1228 function gen_null_label($f, $kind, $prolog) { argument
1229 switch ($kind) {
1243 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { argument
1382 …$generate = function ($op1, $op2, $extra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $…
1391 gen_null_label($f, $kind, $prolog);
1399 switch ($kind) {
1414 gen_null_label($f, $kind, $prolog);
1447 switch ($kind) {
1468 switch ($kind) {
1481 switch ($kind) {
1498 switch ($kind) {
1673 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { argument
1676 if ($kind == ZEND_VM_KIND_HYBRID && file_exists(__DIR__ . "/zend_vm_order.txt")) {
1699 …gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes…
1709 …gen_helper($f, 1, $kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $linen…
1714 die("??? $kind:$num\n");
1728 …gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcod…
1733 …gen_helper($f, 0, $kind, $num, "ANY", "ANY", $helpers[$num]["param"], $helpers[$num]["code"], $lin…
1736 die("??? $kind:$num\n");
1755 switch ($kind) {
1789 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { argument
1815 if ($kind == ZEND_VM_KIND_HYBRID) {
1824 if ($kind == ZEND_VM_KIND_HYBRID) {
1840 switch ($kind) {
1871 if ($kind == ZEND_VM_KIND_HYBRID) {
1890 if ($kind == ZEND_VM_KIND_HYBRID) {
1937 if ($kind == ZEND_VM_KIND_HYBRID) {
2017 if ($kind == ZEND_VM_KIND_HYBRID) {
2037 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2038 if ($kind == ZEND_VM_KIND_SWITCH) {
2063 if ($kind == ZEND_VM_KIND_GOTO || $kind == ZEND_VM_KIND_HYBRID) {
2066 if ($kind == ZEND_VM_KIND_HYBRID) {
2072 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_GOTO : $kind, $prolog."\t\t", …
2076 if ($kind == ZEND_VM_KIND_HYBRID) {
2084 if ($kind == ZEND_VM_KIND_HYBRID) {
2092 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2097 } else if ($kind == ZEND_VM_KIND_SWITCH) {
2106 switch ($kind) {
2124 if ($kind == ZEND_VM_KIND_HYBRID) {
2131 if ($kind != ZEND_VM_KIND_CALL) {
2133 if ($kind == ZEND_VM_KIND_HYBRID) {
2136 gen_executor_code($f, $spec, $kind, $m[1], $switch_labels);
2138 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2140 if ($kind == ZEND_VM_KIND_HYBRID) {
2161 if ($kind == ZEND_VM_KIND_HYBRID) {
2167 if ($kind == ZEND_VM_KIND_CALL) {
2168 gen_executor_code($f, $spec, $kind, $m[1]);
2177 if ($kind == ZEND_VM_KIND_GOTO) {
2187 …gen_labels($f, $spec, ($kind == ZEND_VM_KIND_HYBRID) ? ZEND_VM_KIND_CALL : $kind, $prolog."\t", $s…
2192 if ($kind == ZEND_VM_KIND_HYBRID) {
2202 if ($kind == ZEND_VM_KIND_HYBRID) {
3035 list($kind, $func, $name) = $dsk;
3037 if ($kind == "handler") {
3051 if ($kind == "handler") {
3086 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
3087 switch ($kind) {
3101 echo("ERROR: Invalid vm kind '$kind'\n");