Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc101 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
/art/runtime/
Dclass_linker.h431 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
Dclass_linker.cc5620 void ClassLinker::SetEntryPointsToCompiledCode(ArtMethod* method, in SetEntryPointsToCompiledCode() function in art::ClassLinker