Searched refs:GetQuickOatCodeFor (Results 1 – 4 of 4) sorted by relevance
284 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()1051 : class_linker->GetQuickOatCodeFor(method); in Undeoptimize()1147 return class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1152 return class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1161 result = class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1178 return class_linker->GetQuickOatCodeFor(method); in GetQuickCodeFor()
592 const void* GetQuickOatCodeFor(ArtMethod* method)
3321 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker
1387 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()