Searched refs:report (Results 1 - 4 of 4) 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/compiler/dex/quick/
H A Dmir_to_lir.cc1265 bool fail, bool report)
1272 } else if (report) {
1281 } else if (report) {
1291 } else if (report) {
1299 } else if (report) {
1307 void Mir2Lir::CheckRegLocationImpl(RegLocation rl, bool fail, bool report) const {
1311 rl.ref ? RefCheck::kCheckRef : RefCheck::kCheckNotRef, FPCheck::kIgnoreFP, fail, report);
H A Dmir_to_lir.h320 * report that v9 is currently not live as a single (which is what we want).
1660 bool report)
1667 void CheckRegLocationImpl(RegLocation rl, bool fail, bool report) const;

Completed in 79 milliseconds