Home | History | Annotate | Download | only in interp

Lines Matching full:trace

130  *    target then jump to it. If the destination trace doesn't exist, update
142 * disturbing the trace formation.
145 * translated trace, directly request a new translation if the destinaion
146 * trace doesn't exist.
148 * destination Dalvik PC is included by the trace itself.
167 kJitTSelectRequest = 1, // Request a trace (subject to filtering)
168 kJitTSelectRequestHot = 2, // Request a hot trace (bypass the filter)
172 kJitTSelect = 4, // Actively selecting a trace
173 kJitTSelectEnd = 5, // Done with the trace - wrap it up
187 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trace
206 * Element of a Jit trace description. If the isCode bit is set, it describes
213 u2 startOffset; // Starting offset for trace run
217 * A complete list of trace runs passed to the compiler looks like the
234 * For example, if a trace run contains a method inlining target, the class