Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc94 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local
96 LOG(INFO) << "MakeExecutable " << method->PrettyMethod() << " code=" << method_code; in MakeExecutable()
97 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
/art/runtime/
Dclass_linker.h514 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const