Lines Matching full:trace
129 * target then jump to it. If the destination trace doesn't exist, update
141 * disturbing the trace formation.
144 * translated trace, directly request a new translation if the destinaion
145 * trace doesn't exist.
147 * destination Dalvik PC is included by the trace itself.
166 kJitTSelectRequest = 1, // Request a trace (subject to filtering)
167 kJitTSelectRequestHot = 2, // Request a hot trace (bypass the filter)
171 kJitTSelect = 4, // Actively selecting a trace
172 kJitTSelectEnd = 5, // Done with the trace - wrap it up
186 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trace
205 * Element of a Jit trace description. If the isCode bit is set, it describes
212 u2 startOffset; // Starting offset for trace run
216 * A complete list of trace runs passed to the compiler looks like the
233 * For example, if a trace run contains a method inlining target, the class