Home
last modified time | relevance | path

Searched refs:scope_ref2 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c9117 ir_ref func_ref, func_ref2, scope_ref, scope_ref2, if_cached, cold_path, ref; local
9165 scope_ref2 = ir_CALL_1(IR_ADDR, ir_CONST_FC_FUNC(zend_jit_find_class_helper), jit_FP(jit));
9166 ir_GUARD(scope_ref2, jit_STUB_ADDR(jit, jit_stub_exception_handler));
9168 … ir_CALL_2(IR_ADDR, ir_CONST_FC_FUNC(zend_jit_find_static_method_helper), jit_FP(jit), scope_ref2);
9182 scope_ref = ir_PHI_2(IR_ADDR, scope_ref2, scope_ref);

Completed in 110 milliseconds