Lines Matching refs:stop
354 stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
366 stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
383 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
451 zend_jit_trace_stop stop ZEND_ATTRIBUTE_UNUSED = ZEND_JIT_TRACE_STOP_ERROR; in zend_jit_trace_record_fake_init_call_ex()
548 zend_jit_trace_stop stop = ZEND_JIT_TRACE_STOP_ERROR; local
730 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
735 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
741 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
749 stop = ZEND_JIT_TRACE_STOP_RETURN;
759 stop = ZEND_JIT_TRACE_STOP_RETURN;
776 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
795 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP;
801 stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
813 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
818 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
835 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP_RET;
842 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
848 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
859 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
869 stop = ZEND_JIT_TRACE_STOP_LOOP_EXIT;
876 stop = ZEND_JIT_TRACE_STOP_RECURSION_EXIT;
879 stop = ZEND_JIT_TRACE_STOP_RETURN;
902 stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
906 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
912 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
922 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
954 stop = ZEND_JIT_TRACE_STOP_EXCEPTION;
968 stop = ZEND_JIT_TRACE_STOP_COMPILED_LOOP;
971 stop = ZEND_JIT_TRACE_STOP_LINK;
977 stop = ZEND_JIT_TRACE_STOP_LINK;
985 stop = ZEND_JIT_TRACE_STOP_LINK;
989 stop = ZEND_JIT_TRACE_STOP_BLACK_LIST;
996 stop = ZEND_JIT_TRACE_STOP_LOOP;
1012 stop = ZEND_JIT_TRACE_STOP_INNER_LOOP;
1023 stop = ZEND_JIT_TRACE_STOP_LOOP;
1032 stop = ZEND_JIT_TRACE_STOP_LOOP_UNROLL;
1037 stop = ZEND_JIT_TRACE_STOP_NOT_SUPPORTED;
1044 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1047 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
1052 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
1055 if (stop == ZEND_JIT_TRACE_STOP_DEEP_RECURSION
1059 stop = ZEND_JIT_TRACE_STOP_LINK;
1065 if (stop == ZEND_JIT_TRACE_STOP_LINK) {
1073 TRACE_END(ZEND_JIT_TRACE_END, stop, end_opline);
1086 return stop | halt;