Searched defs:report (Results 1 – 4 of 4) sorted by relevance
46 jmethodID report = env->GetStaticMethodID(Test1914.get(), "reportValue", "(Ljava/lang/Object;)V"); in Java_art_Test1914_00024TargetClass_NativeInstanceMethod() local61 jmethodID report = env->GetStaticMethodID(Test1914.get(), "reportValue", "(Ljava/lang/Object;)V"); in Java_art_Test1914_NativeStaticMethod() local
27 static public void report(long start, long end) { in report() method in Main
173 private static void report(String label, long start, long end, int iter, in report() method in ManyInterfaces
179 for (auto report : backend_->GetReports()) { in VerifyReports() local