Lines Matching refs:kind
307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { argument
375 "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""),
376 "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""),
388 switch($kind) {
481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { argument
489 switch($kind) {
512 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name);
516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { argument
524 switch($kind) {
543 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name);
547 function gen_labels($f, $spec, $kind, $prolog) { argument
568 switch ($kind) {
606 switch ($kind) {
619 switch ($kind) {
644 switch ($kind) {
659 switch ($kind) {
674 switch ($kind) {
703 function gen_executor_code($f, $spec, $kind, $prolog) { argument
722 …gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes…
730 …gen_helper($f, 1, $kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $linen…
734 die("??? $kind:$num\n");
747 …gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcod…
751 …gen_helper($f, 0, $kind, $num, "ANY", "ANY", $helpers[$num]["param"], $helpers[$num]["code"], $lin…
754 die("??? $kind:$num\n");
765 switch ($kind) {
787 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) { argument
801 switch ($kind) {
923 if ($kind != ZEND_VM_KIND_CALL) {
926 if ($kind == ZEND_VM_KIND_SWITCH) {
938 if ($kind != ZEND_VM_KIND_GOTO) {
945 if ($kind == ZEND_VM_KIND_GOTO) {
951 gen_labels($f, $spec, $kind, $prolog."\t\t");
961 if ($kind == ZEND_VM_KIND_CALL) {
964 } else if ($kind == ZEND_VM_KIND_SWITCH) {
973 switch ($kind) {
986 if ($kind == ZEND_VM_KIND_CALL) {
1002 gen_executor_code($f, $spec, $kind, $m[1]);
1006 if ($kind == ZEND_VM_KIND_CALL) {
1011 gen_executor_code($f, $spec, $kind, $m[1]);
1021 if ($kind == ZEND_VM_KIND_GOTO) {
1033 gen_labels($f, $spec, $kind, $prolog."\t");
1370 list($kind, $func, $name) = $dsk;
1372 if ($kind == "handler") {
1386 if ($kind == "handler") {
1394 if ($kind == "handler") {
1430 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
1431 switch ($kind) {
1442 echo("ERROR: Invalid vm kind '$kind'\n");