Home
last modified time | relevance | path

Searched refs:CompileDirectMethod (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcommon_compiler_test.h66 void CompileDirectMethod(Handle<mirror::ClassLoader> class_loader, const char* class_name,
Dcommon_compiler_test.cc377 void CommonCompilerTest::CompileDirectMethod(Handle<mirror::ClassLoader> class_loader, in CompileDirectMethod() function in art::CommonCompilerTest
/art/compiler/driver/
Dcompiler_driver_test.cc160 CompileDirectMethod(NullHandle<mirror::ClassLoader>(), "java.lang.Object", "<init>", "()V"); in TEST_F()
/art/runtime/
Dreflection_test.cc502 CompileDirectMethod(class_loader, "Main", "main", "([Ljava/lang/String;)V"); in TEST_F()