Searched refs:zend_jit_class_guard (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 14051 static int zend_jit_class_guard(zend_jit_ctx *jit, const zend_op *opline, ir_ref obj_ref, zend_clas… function 14182 } else if (zend_jit_class_guard(jit, opline, obj_ref, ce)) { 14685 } else if (zend_jit_class_guard(jit, opline, obj_ref, ce)) { 15035 } else if (zend_jit_class_guard(jit, opline, obj_ref, ce)) { 15458 } else if (zend_jit_class_guard(jit, opline, obj_ref, ce)) {
|
Completed in 49 milliseconds