Home
last modified time | relevance | path

Searched refs:report (Results 1 – 6 of 6) sorted by relevance

/art/test/028-array-write/src/
DMain.java27 static public void report(long start, long end) { in report() method in Main
52 report(start, end); in writeTest()
70 report(start, end); in copyTest()
/art/test/023-many-interfaces/src/
DManyInterfaces.java173 private static void report(String label, long start, long end, int iter, in report() method in ManyInterfaces
208 report("testIface001", start, end, iter, rept); in run()
213 report("testIface049", start, end, iter, rept); in run()
218 report("testIface099", start, end, iter, rept); in run()
223 report("testVirt001", start, end, iter, rept); in run()
228 report("testVirt049", start, end, iter, rept); in run()
233 report("testVirt099", start, end, iter, rept); in run()
238 report("testInst001", start, end, iter, rept); in run()
243 report("testInst049", start, end, iter, rept); in run()
248 report("testInst099", start, end, iter, rept); in run()
/art/tools/
Dart62 elif [ "$1" = "--perf-report" ]; then
63 PERF="report"
107 perf report -i $ANDROID_DATA/perf.data
/art/compiler/dex/quick/
Dmir_to_lir.cc1365 bool fail, bool report) in CheckRegStorageImpl()
1372 } else if (report) { in CheckRegStorageImpl()
1381 } else if (report) { in CheckRegStorageImpl()
1391 } else if (report) { in CheckRegStorageImpl()
1399 } else if (report) { in CheckRegStorageImpl()
1407 void Mir2Lir::CheckRegLocationImpl(RegLocation rl, bool fail, bool report) const { in CheckRegLocationImpl()
1411 rl.ref ? RefCheck::kCheckRef : RefCheck::kCheckNotRef, FPCheck::kIgnoreFP, fail, report); in CheckRegLocationImpl()
Dmir_to_lir.h1742 bool report)
1749 void CheckRegLocationImpl(RegLocation rl, bool fail, bool report) const;
/art/tools/dexfuzz/
DREADME115 8. Check report.log for the full report, including input file and RNG seed for each