Searched refs:GetQuickOatCodeFor (Results 1 – 4 of 4) sorted by relevance
136 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()
396 const void* GetQuickOatCodeFor(ArtMethod* method)400 const void* GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx,
2063 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker2109 const void* ClassLinker::GetQuickOatCodeFor(const DexFile& dex_file, uint16_t class_def_idx, in GetQuickOatCodeFor() function in art::ClassLinker
994 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()