Searched refs:GetQuickOatCodeFor (Results 1 – 5 of 5) sorted by relevance
144 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()
154 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()
347 const void* GetQuickOatCodeFor(mirror::ArtMethod* method)355 …const void* GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, uint32_t method_id…
2434 const void* ClassLinker::GetQuickOatCodeFor(mirror::ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker2502 const void* ClassLinker::GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, in GetQuickOatCodeFor() function in art::ClassLinker
850 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()