Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c3958 uint8_t res_type = (p+1)->op1_type; in zend_jit_trace_next_is_send_result() local
3960 if (res_type != IS_UNKNOWN && !(res_type & IS_TRACE_REFERENCE) ) { in zend_jit_trace_next_is_send_result()
3961 zend_jit_trace_send_type(opline+1, frame->call, res_type); in zend_jit_trace_next_is_send_result()
4002 zend_uchar res_type = IS_UNKNOWN; in zend_jit_trace() local
5393 res_type = Z_TYPE_P(RT_CONSTANT(opline, opline->op1)); in zend_jit_trace()
5395 res_type = op1_type; in zend_jit_trace()
6697 if (res_type != IS_UNKNOWN in zend_jit_trace()
6701 SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->result.var), res_type, 1); in zend_jit_trace()
6704 res_type = IS_UNKNOWN; in zend_jit_trace()

Completed in 29 milliseconds