Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c13615 ir_ref key_ref = IR_UNUSED, if_key = IR_UNUSED, key_path = IR_UNUSED; local
13625 key_ref = ir_LOAD_A(ir_ADD_OFFSET(hash_p_ref, offsetof(Bucket, key)));
13630 if_key = ir_IF(key_ref);
13637 jit_set_Z_PTR(jit, res_addr, key_ref);
13639 ir_LOAD_U32(ir_ADD_OFFSET(key_ref, offsetof(zend_refcounted, gc.u.type_info))),
13649 jit_GC_ADDREF(jit, key_ref);

Completed in 53 milliseconds