Lines Matching refs:_
341 #define ZEND_JIT_TRACE_STOP(_) \ argument
342 _(LOOP, "loop") \
343 _(RECURSIVE_CALL, "recursive call") \
344 _(RECURSIVE_RET, "recursive return") \
345 _(RETURN, "return") \
346 _(INTERPRETER, "exit to VM interpreter") \
347 _(LINK, "link to another trace") \
349 _(COMPILED, "compiled") \
350 _(ALREADY_DONE, "already prcessed") \
352 _(ERROR, "error") /* not used */ \
353 _(NOT_SUPPORTED, "not supported instructions") \
354 _(EXCEPTION, "exception") \
355 _(TOO_LONG, "trace too long") \
356 _(TOO_DEEP, "trace too deep") \
357 _(TOO_DEEP_RET, "trace too deep return") \
358 _(DEEP_RECURSION, "deep recursion") \
359 _(LOOP_UNROLL, "loop unroll limit reached") \
360 _(LOOP_EXIT, "exit from loop") \
361 _(RECURSION_EXIT, "return from recursive function") \
362 _(BLACK_LIST, "trace blacklisted") \
363 _(INNER_LOOP, "inner loop") /* trace it */ \
364 _(COMPILED_LOOP, "compiled loop") \
365 _(TRAMPOLINE, "trampoline call") \
366 _(BAD_FUNC, "bad function call") \
367 _(COMPILER_ERROR, "JIT compilation error") \
369 _(NO_SHM, "insufficient shared memory") \
370 _(TOO_MANY_TRACES, "too many traces") \
371 _(TOO_MANY_CHILDREN, "too many side traces") \
372 _(TOO_MANY_EXITS, "too many side exits") \