Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c2948 static int zend_real_jit_func(zend_op_array *op_array, zend_script *script, const zend_op *rt_oplin… in zend_real_jit_func() function
3042 zend_real_jit_func(op_array, NULL, NULL, ZEND_JIT_ON_FIRST_EXEC); in zend_runtime_jit()
3088 zend_real_jit_func(op_array, NULL, NULL, ZEND_JIT_ON_PROF_REQUEST); in zend_jit_check_funcs()
3114 zend_real_jit_func(op_array, NULL, opline, ZEND_JIT_ON_HOT_COUNTERS); in zend_jit_hot_func()
3285 return zend_real_jit_func(op_array, script, NULL, ZEND_JIT_ON_SCRIPT_LOAD); in zend_jit_op_array()

Completed in 10 milliseconds