Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc144 const void* quick_oat_code = class_linker->GetQuickOatCodeFor(patch->GetDexFile(), in SetPatchLocation()
209 uintptr_t quick_code = reinterpret_cast<uintptr_t>(class_linker->GetQuickOatCodeFor(target)); in PatchElf()
232 class_linker->GetQuickOatCodeFor(patch->GetDexFile(), in PatchElf()
/art/runtime/
Dinstrumentation.cc154 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
182 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
844 const void* quick_code = class_linker->GetQuickOatCodeFor(method); in Undeoptimize()
933 return runtime->GetClassLinker()->GetQuickOatCodeFor(method); in GetQuickCodeFor()
Dclass_linker.h347 const void* GetQuickOatCodeFor(mirror::ArtMethod* method)
355 …const void* GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, uint32_t method_id…
Dclass_linker.cc2434 const void* ClassLinker::GetQuickOatCodeFor(mirror::ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker
2502 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.cc850 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()