Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c13442 ir_ref if_def_hash = IR_UNUSED, if_def_packed = IR_UNUSED; local
13529 if_def_hash = ir_IF(jit_Z_TYPE_ref(jit, hash_p_ref));
13530 ir_IF_FALSE(if_def_hash);
13617 ZEND_ASSERT(if_def_hash);
13618 ir_IF_TRUE(if_def_hash);
13704 if (if_def_hash && if_def_packed) {
13705 ir_IF_TRUE(if_def_hash);
13709 } else if (if_def_hash) {
13710 ir_IF_TRUE(if_def_hash);

Completed in 46 milliseconds