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) {
841 if ($kind != ZEND_VM_KIND_CALL) {
842 if ($kind == ZEND_VM_KIND_SWITCH) {
854 if ($kind != ZEND_VM_KIND_GOTO) {
861 if ($kind == ZEND_VM_KIND_GOTO) {
867 gen_labels($f, $spec, $kind, $prolog."\t\t");
877 if ($kind == ZEND_VM_KIND_CALL) {
880 } else if ($kind == ZEND_VM_KIND_SWITCH) {
889 switch ($kind) {
902 if ($kind == ZEND_VM_KIND_CALL) {
918 gen_executor_code($f, $spec, $kind, $m[1]);
922 if ($kind == ZEND_VM_KIND_CALL) {
927 gen_executor_code($f, $spec, $kind, $m[1]);
937 if ($kind == ZEND_VM_KIND_GOTO) {
949 gen_labels($f, $spec, $kind, $prolog."\t");
1231 list($kind, $func, $name) = $dsk;
1233 if ($kind == "handler") {
1247 if ($kind == "handler") {
1255 if ($kind == "handler") {
1291 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
1292 switch ($kind) {
1303 echo("ERROR: Invalid vm kind '$kind'\n");