Lines Matching refs:not_found_exit_addr

11804                                                   const void    *not_found_exit_addr,  argument
11913 if (not_found_exit_addr) {
11914 ir_GUARD(cond, ir_CONST_ADDR(not_found_exit_addr));
11923 } else if (type == BP_VAR_IS && not_found_exit_addr) {
11924 ir_GUARD(cond, ir_CONST_ADDR(not_found_exit_addr));
11925 } else if (type == BP_VAR_RW && not_found_exit_addr) {
11926 ir_GUARD(cond, ir_CONST_ADDR(not_found_exit_addr));
11965 if (not_found_exit_addr) {
11966 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
11975 } else if (!not_found_exit_addr && !packed_loaded) {
11989 } else if (type == BP_VAR_IS && not_found_exit_addr) {
11990 ir_GUARD(type_ref, ir_CONST_ADDR(not_found_exit_addr));
12017 } else if (type == BP_VAR_IS && not_found_exit_addr) {
12018 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12035 } else if (type == BP_VAR_IS && not_found_exit_addr) {
12036 jit_SIDE_EXIT(jit, ir_CONST_ADDR(not_found_exit_addr));
12069 if (!not_found_exit_addr) {
12082 if (not_found_exit_addr) {
12095 !not_found_exit_addr ||
12116 if (not_found_exit_addr) {
12117 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12197 if (not_found_exit_addr) {
12198 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12230 } else if (type == BP_VAR_IS && not_found_exit_addr) {
12231 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12268 if (not_found_exit_addr) {
12269 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12312 if (not_found_exit_addr) {
12313 ir_GUARD(ref, ir_CONST_ADDR(not_found_exit_addr));
12373 if (not_found_exit_addr) {
12374 ir_GUARD(cond, ir_CONST_ADDR(not_found_exit_addr));
12407 const void *not_found_exit_addr = NULL; local
12477 not_found_exit_addr = zend_jit_trace_get_exit_addr(exit_point);
12478 if (!not_found_exit_addr) {
12520 op1_info, op2_info, op2_addr, op2_range, dim_type, NULL, not_found_exit_addr, exit_addr,
13066 const void *not_found_exit_addr = NULL; local
13084 not_found_exit_addr = exit_addr;
13088 op2_info, op2_addr, op2_range, dim_type, found_exit_addr, not_found_exit_addr, NULL,
13096 } else if (not_found_exit_addr) {
13418 const void *not_found_exit_addr = NULL; local
13475 not_found_exit_addr = zend_jit_trace_get_exit_addr(exit_point);
13476 if (!not_found_exit_addr) {
13482 op2_info, op2_addr, op2_range, dim_type, NULL, not_found_exit_addr, NULL,
13492 if (not_found_exit_addr && dim_type != IS_REFERENCE) {
13493 jit_guard_Z_TYPE(jit, var_addr, dim_type, not_found_exit_addr);