Lines Matching refs:_
140 #define ZEND_JIT_TRACE_STOP(_) \ argument
141 _(LOOP, "loop") \
142 _(RECURSIVE_CALL, "recursive call") \
143 _(RECURSIVE_RET, "recursive return") \
144 _(RETURN, "return") \
145 _(INTERPRETER, "exit to VM interpreter") \
146 _(LINK, "link to another trace") \
148 _(COMPILED, "compiled") \
149 _(ALREADY_DONE, "already prcessed") \
151 _(ERROR, "error") /* not used */ \
152 _(NOT_SUPPORTED, "not supported instructions") \
153 _(EXCEPTION, "exception") \
154 _(TOO_LONG, "trace too long") \
155 _(TOO_DEEP, "trace too deep") \
156 _(TOO_DEEP_RET, "trace too deep return") \
157 _(DEEP_RECURSION, "deep recursion") \
158 _(LOOP_UNROLL, "loop unroll limit reached") \
159 _(LOOP_EXIT, "exit from loop") \
160 _(RECURSION_EXIT, "return from recursive function") \
161 _(BLACK_LIST, "trace blacklisted") \
162 _(INNER_LOOP, "inner loop") /* trace it */ \
163 _(COMPILED_LOOP, "compiled loop") \
164 _(TRAMPOLINE, "trampoline call") \
165 _(BAD_FUNC, "bad function call") \
166 _(COMPILER_ERROR, "JIT compilation error") \
168 _(NO_SHM, "insufficient shared memory") \
169 _(TOO_MANY_TRACES, "too many traces") \
170 _(TOO_MANY_CHILDREN, "too many side traces") \
171 _(TOO_MANY_EXITS, "too many side exits") \