Lines Matching refs:switch_labels
945 …c, $kind, $name, $op1, $op2, $use, $code, $lineno, $extra_spec = null, &$switch_labels = array()) { argument
982 $cur = $switch_labels ? end($switch_labels) + 1 : 0;
984 $switch_labels[$spec_name] = $cur;
1058 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { argument
1177 …p2, $extra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $num, $switch_labels, &$label) {
1215 out($f,$prolog."(void*)(uintptr_t)$switch_labels[$spec_name],\n");
1442 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { argument
1462 … $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno, $extra_spec, $switch_labels);
1535 $switch_labels = array();
1816 gen_executor_code($f, $spec, $kind, $m[1], $switch_labels);
1837 gen_labels($f, $spec, $kind, $prolog."\t", $specs, $switch_labels);