Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc98 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local
100 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code; in MakeExecutable()
101 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
/art/runtime/
Dclass_linker.h431 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
Dclass_linker.cc5621 const void* method_code) const { in SetEntryPointsToCompiledCode()
5622 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()