Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc87 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local
89 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code; in MakeExecutable()
90 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
/art/runtime/
Dclass_linker.h524 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
Dclass_linker.cc7736 const void* method_code) const { in SetEntryPointsToCompiledCode()
7737 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()