Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h647 int ZEND_FASTCALL zend_jit_trace_hot_root(zend_execute_data *execute_data, const zend_op *opline);
H A Dzend_jit_vm_helpers.c352 if (UNEXPECTED(zend_jit_trace_hot_root(execute_data, opline) < 0)) { in zend_jit_trace_counter_helper()
H A Dzend_jit_trace.c7863 int ZEND_FASTCALL zend_jit_trace_hot_root(zend_execute_data *execute_data, const zend_op *opline) in zend_jit_trace_hot_root() function
8368 return zend_jit_trace_hot_root(execute_data, EX(opline)); in zend_jit_trace_hot_side()
H A Dzend_jit_ir.c2332 ret = ir_CALL_2(IR_I32, ir_CONST_FC_FUNC(zend_jit_trace_hot_root), in _zend_jit_hybrid_trace_counter_stub()
2959 REGISTER_HELPER(zend_jit_trace_hot_root); in zend_jit_setup_disasm()

Completed in 71 milliseconds