Searched refs:GetQuickOatCodeFor (Results 1 – 4 of 4) sorted by relevance
284 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()1061 : class_linker->GetQuickOatCodeFor(method); in Undeoptimize()1157 return class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1162 return class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1171 result = class_linker->GetQuickOatCodeFor(method); in GetCodeForInvoke()1198 return class_linker->GetQuickOatCodeFor(method); in GetQuickCodeFor()
580 const void* GetQuickOatCodeFor(ArtMethod* method)
1714 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()1725 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()3519 const void* ClassLinker::GetQuickOatCodeFor(ArtMethod* method) { in GetQuickOatCodeFor() function in art::ClassLinker
1374 code = linker->GetQuickOatCodeFor(called); in artQuickResolutionTrampoline()