Searched refs:key_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13837 ir_ref key_ref = IR_UNUSED, if_key = IR_UNUSED, key_path = IR_UNUSED; local 13847 key_ref = ir_LOAD_A(ir_ADD_OFFSET(hash_p_ref, offsetof(Bucket, key))); 13852 if_key = ir_IF(key_ref); 13859 jit_set_Z_PTR(jit, res_addr, key_ref); 13861 ir_LOAD_U32(ir_ADD_OFFSET(key_ref, offsetof(zend_refcounted, gc.u.type_info))), 13871 jit_GC_ADDREF(jit, key_ref);
|
Completed in 42 milliseconds