Searched refs:res_type (Results 1 – 1 of 1) sorted by relevance
3898 uint8_t res_type = (p+1)->op1_type; in zend_jit_trace_next_is_send_result() local3900 if (res_type != IS_UNKNOWN && !(res_type & IS_TRACE_REFERENCE) ) { in zend_jit_trace_next_is_send_result()3901 zend_jit_trace_send_type(opline+1, frame->call, res_type); in zend_jit_trace_next_is_send_result()4090 uint8_t res_type = IS_UNKNOWN; in zend_jit_trace() local5527 res_type = Z_TYPE_P(RT_CONSTANT(opline, opline->op1)); in zend_jit_trace()5529 res_type = op1_type; in zend_jit_trace()5530 if (res_type == IS_UNDEF) { in zend_jit_trace()5531 res_type = IS_NULL; in zend_jit_trace()6924 if (res_type != IS_UNKNOWN in zend_jit_trace()6928 SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->result.var), res_type, 1); in zend_jit_trace()[all …]
Completed in 52 milliseconds