Searched refs:ir_STORE (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 918 ir_STORE(jit_EX(opline), ref); in jit_LOAD_IP() 999 ir_STORE(jit_EX(call), rx); in zend_jit_save_call_chain() 1035 ir_STORE(addr, ref); in zend_jit_set_ip() 1575 ir_STORE(ref, counter); in jit_GC_DELREF() 2143 ir_STORE(jit_EX(call), rx); in zend_jit_throw_cannot_pass_by_ref_stub() 2279 ir_STORE(addr, ref); in _zend_jit_hybrid_hot_counter_stub() 2353 ir_STORE(addr, ref); in _zend_jit_hybrid_trace_counter_stub() 8539 ir_STORE(ref, 8948 ir_STORE(this_ref2, this_ref); 9834 ir_STORE(jit_EX(call), [all …]
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 576 #define ir_STORE(_addr, _val) _ir_STORE(_ir_CTX, (_addr), (_val)) macro
|
Completed in 74 milliseconds