Home | History | Annotate | Download | only in out

Lines Matching full:trace

444     /* Entry is always a possible trace start */
456 li a2, kJitTSelectRequestHot # ask for trace selection
457 b common_selectTrace # go build the trace
1013 EXPORT_PC() # export PC so we can grab stack trace
1188 * include this instruction in a trace.
1359 bltz a1, common_testUpdateProfile # (a0) check for trace hotness
1383 bltz a1, common_testUpdateProfile # (a0) hot trace head?
1413 blez a1, common_testUpdateProfile # (a0) hot trace head?
1435 * a potential trace heads regardless of branch direction.
1473 * a potential trace heads regardless of branch direction.
3186 * If the JIT is actively building a trace we need to make sure
3227 * If the JIT is actively building a trace we need to make sure
3270 * If the JIT is actively building a trace we need to make sure
3313 * If the JIT is actively building a trace we need to make sure
3356 * If the JIT is actively building a trace we need to make sure
3399 * If the JIT is actively building a trace we need to make sure
3442 * If the JIT is actively building a trace we need to make sure
3481 * If the JIT is actively building a trace we need to make sure
3547 * If the JIT is actively building a trace we need to make sure
3587 * If the JIT is actively building a trace we need to make sure
3627 * If the JIT is actively building a trace we need to make sure
3667 * If the JIT is actively building a trace we need to make sure
3707 * If the JIT is actively building a trace we need to make sure
8500 * If the JIT is actively building a trace we need to make sure
8540 * If the JIT is actively building a trace we need to make sure
8663 * If the JIT is actively building a trace we need to make sure
9143 * If the JIT is actively building a trace we need to make sure
9183 * If the JIT is actively building a trace we need to make sure
9292 * Check to see if we need to stop the trace building early.
10091 * If the JIT is actively building a trace we need to make sure
10224 * Check to see if we're actively building a trace. If so,
10230 and a2, kSubModeJitTraceBuild # trace under construction?
10302 * Check to see if we're actively building a trace. If so,
10308 and a2, kSubModeJitTraceBuild # trace under construction?
10785 * If the JIT is actively building a trace we need to make sure
11108 * to be compiled happens to be at a trace start.
11201 movn a2, t0, a0 # ask for trace selection
11218 * trace start).
11318 * Common code to update potential trace start counter, and initiate
11319 * a trace-build if appropriate.
11350 li t0, kJitTSelectRequest # ask for trace selection
11357 li a2, kJitTSelectRequest # ask for trace selection
11390 * Call out to validate trace-building request. If successful,
11391 * rIBASE will be swapped to to send us into single-stepping trace
11963 * If the JIT is actively building a trace we need to make sure
11974 bnez a3, 1f # Not building trace, continue
11988 JAL(dvmJitEndTraceSelect) #(self,pc) end trace before this inst)