Lines Matching refs:stop

401 		stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
413 stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
430 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
493 zend_jit_trace_stop stop ZEND_ATTRIBUTE_UNUSED = ZEND_JIT_TRACE_STOP_ERROR; in zend_jit_trace_record_fake_init_call_ex()
590 zend_jit_trace_stop stop = ZEND_JIT_TRACE_STOP_ERROR; local
880 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
885 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
893 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
901 stop = ZEND_JIT_TRACE_STOP_RETURN;
911 stop = ZEND_JIT_TRACE_STOP_RETURN;
928 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
947 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP;
953 stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
965 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
970 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
987 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP_RET;
994 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
1000 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
1011 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
1021 stop = ZEND_JIT_TRACE_STOP_LOOP_EXIT;
1028 stop = ZEND_JIT_TRACE_STOP_RECURSION_EXIT;
1031 stop = ZEND_JIT_TRACE_STOP_RETURN;
1054 stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
1058 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
1064 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
1074 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
1106 stop = ZEND_JIT_TRACE_STOP_EXCEPTION;
1120 stop = ZEND_JIT_TRACE_STOP_COMPILED_LOOP;
1123 stop = ZEND_JIT_TRACE_STOP_LINK;
1129 stop = ZEND_JIT_TRACE_STOP_LINK;
1137 stop = ZEND_JIT_TRACE_STOP_LINK;
1141 stop = ZEND_JIT_TRACE_STOP_BLACK_LIST;
1148 stop = ZEND_JIT_TRACE_STOP_LOOP;
1164 stop = ZEND_JIT_TRACE_STOP_INNER_LOOP;
1175 stop = ZEND_JIT_TRACE_STOP_LOOP;
1184 stop = ZEND_JIT_TRACE_STOP_LOOP_UNROLL;
1189 stop = ZEND_JIT_TRACE_STOP_NOT_SUPPORTED;
1196 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1199 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
1204 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
1207 if (stop == ZEND_JIT_TRACE_STOP_DEEP_RECURSION
1211 stop = ZEND_JIT_TRACE_STOP_LINK;
1217 if (stop == ZEND_JIT_TRACE_STOP_LINK) {
1225 TRACE_END(ZEND_JIT_TRACE_END, stop, end_opline);
1238 return stop | halt;