Lines Matching refs:stop

405 		stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
417 stop = ZEND_JIT_TRACE_STOP_TOO_LONG; \
434 trace_buffer[idx].stop = trace_buffer[0].stop = _stop; \
497 zend_jit_trace_stop stop ZEND_ATTRIBUTE_UNUSED = ZEND_JIT_TRACE_STOP_ERROR; in zend_jit_trace_record_fake_init_call_ex()
602 zend_jit_trace_stop stop = ZEND_JIT_TRACE_STOP_ERROR; local
909 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
921 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
929 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
937 stop = ZEND_JIT_TRACE_STOP_RETURN;
947 stop = ZEND_JIT_TRACE_STOP_RETURN;
969 stop = ZEND_JIT_TRACE_STOP_RETURN;
971 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
991 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP;
996 stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
1001 stop = ZEND_JIT_TRACE_STOP_PROP_HOOK_CALL;
1006 stop = ZEND_JIT_TRACE_STOP_INTERPRETER;
1018 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
1023 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
1040 stop = ZEND_JIT_TRACE_STOP_TOO_DEEP_RET;
1047 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
1053 stop = ZEND_JIT_TRACE_STOP_DEEP_RECURSION;
1064 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
1074 stop = ZEND_JIT_TRACE_STOP_LOOP_EXIT;
1081 stop = ZEND_JIT_TRACE_STOP_RECURSION_EXIT;
1092 stop = ZEND_JIT_TRACE_STOP_BAD_FUNC;
1098 stop = ZEND_JIT_TRACE_STOP_RETURN;
1170 stop = ZEND_JIT_TRACE_STOP_EXCEPTION;
1184 stop = ZEND_JIT_TRACE_STOP_COMPILED_LOOP;
1187 stop = ZEND_JIT_TRACE_STOP_LINK;
1193 stop = ZEND_JIT_TRACE_STOP_LINK;
1201 stop = ZEND_JIT_TRACE_STOP_LINK;
1205 stop = ZEND_JIT_TRACE_STOP_BLACK_LIST;
1212 stop = ZEND_JIT_TRACE_STOP_LOOP;
1228 stop = ZEND_JIT_TRACE_STOP_INNER_LOOP;
1239 stop = ZEND_JIT_TRACE_STOP_LOOP;
1248 stop = ZEND_JIT_TRACE_STOP_LOOP_UNROLL;
1253 stop = ZEND_JIT_TRACE_STOP_NOT_SUPPORTED;
1260 if (!ZEND_JIT_TRACE_STOP_OK(stop)) {
1263 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_CALL;
1268 stop = ZEND_JIT_TRACE_STOP_RECURSIVE_RET;
1271 if (stop == ZEND_JIT_TRACE_STOP_DEEP_RECURSION
1275 stop = ZEND_JIT_TRACE_STOP_LINK;
1281 if (stop == ZEND_JIT_TRACE_STOP_LINK) {
1289 TRACE_END(ZEND_JIT_TRACE_END, stop, end_opline);
1302 return stop | halt;