Searched refs:report (Results 1 - 8 of 8) sorted by relevance

/art/test/028-array-write/src/
H A DMain.java21 /** whether to report times */
27 static public void report(long start, long end) { method in class:Main
52 report(start, end);
70 report(start, end);
/art/test/023-many-interfaces/src/
H A DManyInterfaces.java167 /** whether to report timing information */
173 private static void report(String label, long start, long end, int iter, method in class:ManyInterfaces
208 report("testIface001", start, end, iter, rept);
213 report("testIface049", start, end, iter, rept);
218 report("testIface099", start, end, iter, rept);
223 report("testVirt001", start, end, iter, rept);
228 report("testVirt049", start, end, iter, rept);
233 report("testVirt099", start, end, iter, rept);
238 report("testInst001", start, end, iter, rept);
243 report("testInst04
[all...]
/art/runtime/interpreter/mterp/arm/
H A Dfooter.S127 * If profiling active, do hotness countdown and report if we hit zero.
153 beq .L_add_batch @ counted down to zero - report
283 bgt MterpProfileActive @ if > 0, we may have some counts to report.
/art/runtime/interpreter/mterp/x86_64/
H A Dfooter.S127 * If profiling active, do hotness countdown and report if we hit zero.
151 je .L_add_batch # counted down to zero - report
272 jle MRestoreFrame # if > 0, we may have some counts to report.
/art/runtime/interpreter/mterp/x86/
H A Dfooter.S143 * If profiling active, do hotness countdown and report if we hit zero.
167 je .L_add_batch # counted down to zero - report
301 jle MRestoreFrame # if > 0, we may have some counts to report.
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86_64.S11875 * If profiling active, do hotness countdown and report if we hit zero.
11899 je .L_add_batch # counted down to zero - report
12020 jle MRestoreFrame # if > 0, we may have some counts to report.
H A Dmterp_x86.S12894 * If profiling active, do hotness countdown and report if we hit zero.
12918 je .L_add_batch # counted down to zero - report
13052 jle MRestoreFrame # if > 0, we may have some counts to report.
H A Dmterp_arm.S11917 * If profiling active, do hotness countdown and report if we hit zero.
11943 beq .L_add_batch @ counted down to zero - report
12073 bgt MterpProfileActive @ if > 0, we may have some counts to report.

Completed in 702 milliseconds