Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.h46 OatFile::OatMethod CreateOatMethod(const void* code);
/art/runtime/
Dclass_linker.cc5606 static OatFile::OatMethod CreateOatMethod(const void* code) { in CreateOatMethod() function
5635 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()
5646 OatFile::OatMethod oat_method = CreateOatMethod(quick_method_code); in SetEntryPointsToInterpreter()