/art/test/1914-get-local-instance/ |
D | local_instance.cc | 46 jmethodID report = env->GetStaticMethodID(Test1914.get(), "reportValue", "(Ljava/lang/Object;)V"); in Java_art_Test1914_00024TargetClass_NativeInstanceMethod() local 48 env->CallStaticVoidMethod(Test1914.get(), report, thiz); in Java_art_Test1914_00024TargetClass_NativeInstanceMethod() 61 jmethodID report = env->GetStaticMethodID(Test1914.get(), "reportValue", "(Ljava/lang/Object;)V"); in Java_art_Test1914_NativeStaticMethod() local 63 env->CallStaticVoidMethod(Test1914.get(), report, nullptr); in Java_art_Test1914_NativeStaticMethod()
|
/art/test/028-array-write/src/ |
D | Main.java | 27 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/ |
D | ManyInterfaces.java | 173 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/ |
D | art | 52 --perf-report Launch the Android Runtime with perf recording with 53 report upon completion. 385 --perf-report) 692 if [ "$PERF" = report ]; then 693 perf report -i $ANDROID_DATA/perf.data
|
/art/libartservice/service/javatests/com/android/server/art/prereboot/ |
D | PreRebootStatsReporterTest.java | 237 afterRebootSession.report(); in testSuccess() 312 afterRebootSession.report(); in testSuccessSync() 375 afterRebootSession.report(); in checkFailure() 451 afterRebootSession.report(); in testStarted() 480 afterRebootSession.report(); in testScheduled() 508 afterRebootSession.report(); in testNotScheduled()
|
/art/test/2239-varhandle-perf/src/ |
D | MicroBenchmark.java | 43 public void report() { in report() method in MicroBenchmark
|
D | BenchmarkBase.java | 81 public void report() throws Throwable { in report() method in BenchmarkBase
|
/art/tools/veridex/ |
D | README.md | 7 NOTE: appcompat is still under development. It can report
|
/art/runtime/metrics/ |
D | reporter_test.cc | 176 for (const TestBackend::Report& report : backend_->GetReports()) { in VerifyReports() local 177 ASSERT_EQ(report.data.Get(DatumId::kClassVerificationCount), with_metrics ? 2u : 0u); in VerifyReports() 178 ASSERT_EQ(report.data.Get(DatumId::kJitMethodCompileCount), with_metrics ? 1u : 0u); in VerifyReports()
|
/art/libartservice/service/java/com/android/server/art/prereboot/ |
D | PreRebootStatsReporter.java | 194 new CompletableFuture().runAsync(this::report).exceptionally(t -> { in reportAsync() 201 public void report() { in report() method in PreRebootStatsReporter.AfterRebootSession
|
/art/tools/dexfuzz/ |
D | README | 111 8. Check report.log for the full report, including input file and RNG seed for each
|
/art/test/ |
D | README.atest.md | 40 so the above Atest command will likely report many tests failures. The ART team
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1271 Ldalvik/system/BaseDexClassLoader$Reporter;->report(Ljava/util/List;Ljava/util/List;)V 1297 Ldalvik/system/CloseGuard$DefaultReporter;->report(Ljava/lang/String;Ljava/lang/Throwable;)V 7658 Ljava/util/concurrent/FutureTask;->report(I)Ljava/lang/Object;
|
/art/build/boot/ |
D | boot-image-profile.txt | 6893 HSPLjava/util/concurrent/FutureTask;->report(I)Ljava/lang/Object;
|