Home
last modified time | relevance | path

Searched refs:CreateOatMethod (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) { in CreateOatMethod() function in art::CommonCompilerTest
208 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable()
220 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable()
226 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable()
Dcommon_compiler_test.h45 OatFile::OatMethod CreateOatMethod(const void* code);