Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16218 ir_ref ref, if_string, fast_path, ref2; local
16221 if_string = jit_if_Z_TYPE(jit, op1_addr, IS_STRING);
16222 ir_IF_TRUE(if_string);
16224 ir_IF_FALSE_cold(if_string);
16242 if_string = jit_if_Z_TYPE(jit, op1_addr, IS_STRING);
16243 ir_IF_FALSE_cold(if_string);
16245 ir_IF_TRUE(if_string);
16255 ir_ref if_string = jit_if_Z_TYPE(jit, op1_addr, IS_STRING); local
16256 ir_IF_FALSE_cold(if_string);
16258 ir_IF_TRUE(if_string);

Completed in 61 milliseconds