Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c13664 ir_ref if_def_hash = IR_UNUSED, if_def_packed = IR_UNUSED; local
13751 if_def_hash = ir_IF(jit_Z_TYPE_ref(jit, hash_p_ref));
13752 ir_IF_FALSE(if_def_hash);
13839 ZEND_ASSERT(if_def_hash);
13840 ir_IF_TRUE(if_def_hash);
13926 if (if_def_hash && if_def_packed) {
13927 ir_IF_TRUE(if_def_hash);
13931 } else if (if_def_hash) {
13932 ir_IF_TRUE(if_def_hash);

Completed in 42 milliseconds