Lines Matching refs:kind

465 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {  argument
563 "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""),
564 "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""),
576 switch($kind) {
684 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { argument
692 switch($kind) {
715 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name);
719 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { argument
727 switch($kind) {
746 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name);
750 function gen_labels($f, $spec, $kind, $prolog) { argument
771 switch ($kind) {
817 switch ($kind) {
830 switch ($kind) {
855 switch ($kind) {
873 switch ($kind) {
885 switch ($kind) {
901 switch ($kind) {
933 function gen_executor_code($f, $spec, $kind, $prolog) { argument
952 …gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes…
960 …gen_helper($f, 1, $kind, $num, $op1, $op2, $helpers[$num]["param"], $helpers[$num]["code"], $linen…
964 die("??? $kind:$num\n");
977 …gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcod…
981 …gen_helper($f, 0, $kind, $num, "ANY", "ANY", $helpers[$num]["param"], $helpers[$num]["code"], $lin…
984 die("??? $kind:$num\n");
995 switch ($kind) {
1019 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { argument
1031 switch ($kind) {
1182 if ($kind != ZEND_VM_KIND_CALL) {
1183 if ($kind == ZEND_VM_KIND_SWITCH) {
1208 if ($kind == ZEND_VM_KIND_GOTO) {
1214 gen_labels($f, $spec, $kind, $prolog."\t\t");
1224 if ($kind == ZEND_VM_KIND_CALL) {
1229 } else if ($kind == ZEND_VM_KIND_SWITCH) {
1238 switch ($kind) {
1256 if ($kind == ZEND_VM_KIND_CALL) {
1277 gen_executor_code($f, $spec, $kind, $m[1]);
1281 if ($kind == ZEND_VM_KIND_CALL) {
1282 gen_executor_code($f, $spec, $kind, $m[1]);
1291 if ($kind == ZEND_VM_KIND_GOTO) {
1298 gen_labels($f, $spec, $kind, $prolog."\t");
1687 list($kind, $func, $name) = $dsk;
1689 if ($kind == "handler") {
1703 if ($kind == "handler") {
1738 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
1739 switch ($kind) {
1750 echo("ERROR: Invalid vm kind '$kind'\n");