Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16036 if (next_opline) {
16067 if (next_opline) {
16081 if (next_opline) {
16149 if (next_opline) {
16200 } else if (!next_opline) {
16208 if (next_opline) {
16274 if (next_opline) {
16324 } else if (!next_opline) {
16412 if (next_opline) {
16450 if (next_opline) {
[all …]
H A Dzend_jit_trace.c3412 zend_op *next_opline = (zend_op*)(opline + 1); in zend_jit_trace_setup_ret_counter() local
3414 if (JIT_G(hot_return) && !ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags) { in zend_jit_trace_setup_ret_counter()
3416 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter()
3417 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter()
3421 ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags = ZEND_JIT_TRACE_START_RETURN; in zend_jit_trace_setup_ret_counter()
3422 next_opline->handler = (const void*)zend_jit_ret_trace_counter_handler; in zend_jit_trace_setup_ret_counter()
H A Dzend_jit.c2788 const zend_op *next_opline = opline + 1; in zend_jit() local
2791 zend_jit_constructor(&ctx, next_opline, op_array, ssa, call_level, b + 1); in zend_jit()

Completed in 77 milliseconds