Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c3974 uint8_t res_type = (p+1)->op1_type; in zend_jit_trace_next_is_send_result() local
3976 if (res_type != IS_UNKNOWN && !(res_type & IS_TRACE_REFERENCE) ) { in zend_jit_trace_next_is_send_result()
3977 zend_jit_trace_send_type(opline+1, frame->call, res_type); in zend_jit_trace_next_is_send_result()
4018 uint8_t res_type = IS_UNKNOWN; in zend_jit_trace() local
5408 res_type = Z_TYPE_P(RT_CONSTANT(opline, opline->op1)); in zend_jit_trace()
5410 res_type = op1_type; in zend_jit_trace()
6686 if (res_type != IS_UNKNOWN in zend_jit_trace()
6690 SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->result.var), res_type, 1); in zend_jit_trace()
6693 res_type = IS_UNKNOWN; in zend_jit_trace()

Completed in 23 milliseconds