Lines Matching refs:next_opline

3644 			const zend_op *next_opline = trace->opline;
3717 | CMP_IP next_opline
3830 static int zend_jit_cond_jmp(dasm_State **Dst, const zend_op *next_opline, unsigned int target_labe…
3832 | CMP_IP next_opline
3835 zend_jit_set_last_valid_opline(next_opline);
3847 const zend_op *next_opline = opline + 1;
3849 | CMP_IP next_opline
4406 const zend_op *next_opline = opline + 1;
4408 if (next_opline->opcode == ZEND_IS_EQUAL ||
4409 next_opline->opcode == ZEND_IS_NOT_EQUAL ||
4410 next_opline->opcode == ZEND_IS_SMALLER ||
4411 next_opline->opcode == ZEND_IS_SMALLER_OR_EQUAL ||
4412 next_opline->opcode == ZEND_CASE ||
4413 next_opline->opcode == ZEND_IS_IDENTICAL ||
4414 next_opline->opcode == ZEND_IS_NOT_IDENTICAL ||
4415 next_opline->opcode == ZEND_CASE_STRICT) {
4416 if (next_opline->op1_type == IS_CONST
4417 && Z_TYPE_P(RT_CONSTANT(next_opline, next_opline->op1)) == IS_LONG
4418 && Z_LVAL_P(RT_CONSTANT(next_opline, next_opline->op1)) == 0
4419 && next_opline->op2_type == opline->result_type
4420 && next_opline->op2.var == opline->result.var) {
4422 } else if (next_opline->op2_type == IS_CONST
4423 && Z_TYPE_P(RT_CONSTANT(next_opline, next_opline->op2)) == IS_LONG
4424 && Z_LVAL_P(RT_CONSTANT(next_opline, next_opline->op2)) == 0
4425 && next_opline->op2_type == opline->result_type
4426 && next_opline->op2.var == opline->result.var) {
11627 const zend_op *next_opline = trace->opline;
11641 next_opline = trace->opline;
11642 ZEND_ASSERT(next_opline != NULL);
11647 | CMP_IP next_opline
11655 | CMP_IP next_opline
14951 …e *jumptable, int default_b, const void *default_label, const zend_op *next_opline, zend_jit_trace…
14963 } else if (next_opline) {
15000 } else if (next_opline) {
15007 if (!next_opline) {
15010 } else if (next_opline == target) {
15032 const zend_op *next_opline = NULL;
15037 next_opline = trace->opline;
15062 if (next_opline) {
15070 ZEND_ASSERT(target == next_opline);
15085 int default_b = next_opline ? -1 : ssa->cfg.map[default_opline - op_array->opcodes];
15092 if (next_opline) {
15093 if (next_opline != opline + 1) {
15100 if (next_opline != default_opline) {
15149 } else if (next_opline) {
15175 } else if (next_opline) {
15182 if (!next_opline) {
15185 } else if (next_opline == target) {
15204 …sh_jmp(Dst, opline, op_array, ssa, jumptable, default_b, default_label, next_opline, trace_info)) {
15245 …sh_jmp(Dst, opline, op_array, ssa, jumptable, default_b, default_label, next_opline, trace_info)) {
15266 } else if (next_opline) {
15285 } else if (next_opline) {
15295 …sh_jmp(Dst, opline, op_array, ssa, jumptable, default_b, default_label, next_opline, trace_info)) {
15304 } else if (next_opline) {
15320 } else if (next_opline) {