Home
last modified time | relevance | path

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

/aosp12/art/compiler/
H A Dcommon_compiler_test.h77 void CompileDirectMethod(Handle<mirror::ClassLoader> class_loader, const char* class_name,
H A Dcommon_compiler_test.cc276 void CommonCompilerTestImpl::CompileDirectMethod(Handle<mirror::ClassLoader> class_loader, in CompileDirectMethod() function in art::CommonCompilerTestImpl
/aosp12/art/runtime/
H A Dreflection_test.cc520 CompileDirectMethod(class_loader, "Main", "main", "([Ljava/lang/String;)V"); in TEST_F()