Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c14089 ir_ref prop_type_ref = IR_UNUSED; local
14247 prop_type_ref = jit_Z_TYPE_ref(jit, prop_ref);
14248 ir_ref if_def = ir_IF(prop_type_ref);
14344 prop_type_ref = jit_Z_TYPE_INFO(jit, prop_addr);
14345 ir_GUARD(prop_type_ref, ir_CONST_ADDR(exit_addr));
14348 prop_type_ref = jit_Z_TYPE_INFO(jit, prop_addr);
14349 ir_ref if_def = ir_IF(prop_type_ref);
14401 if (!prop_type_ref) {
14415 if (!prop_type_ref) {
14416 prop_type_ref = jit_Z_TYPE_INFO(jit, prop_addr);
[all …]

Completed in 2935 milliseconds