Home
last modified time | relevance | path

Searched refs:GetQuickOatCodeFor (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dinstrumentation.cc136 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
152 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
763 const void* quick_code = class_linker->GetQuickOatCodeFor(method); in Undeoptimize()
857 return runtime->GetClassLinker()->GetQuickOatCodeFor(method); in GetQuickCodeFor()
Dclass_linker.h396 const void* GetQuickOatCodeFor(ArtMethod* method)
400 const void* GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx,
Dclass_linker.cc2063 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker
2109 const void* ClassLinker::GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, in GetQuickOatCodeFor() function in art::ClassLinker
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc994 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()