Lines Matching refs:GetMethods
129 for (ArtMethod* m : GetMethods()) { in UpdateEntryPoints()
162 const std::vector<ArtMethod*>& GetMethods() const { in GetMethods() function in art::jit::JitCodeCache::JniStubData
302 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
326 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
544 if (it->second.GetMethods().empty()) { in RemoveMethodsIn()
548 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodsIn()
747 DCHECK(ContainsElement(data->GetMethods(), method)) in Commit()
839 if (it->second.GetMethods().empty()) { in RemoveMethodLocked()
846 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodLocked()
1124 if (!data.IsCompiled() || !ContainsElement(data.GetMethods(), method)) { in RemoveUnmarkedCode()
1133 if (data.GetMethods().empty()) { in RemoveUnmarkedCode()
1140 stub->first.UpdateShorty(stub->second.GetMethods().front()); in RemoveUnmarkedCode()
1315 if (!ContainsElement(it->second.GetMethods(), method)) { in LookupMethodHeader()
1660 DCHECK(ContainsElement(data->GetMethods(), method)); in DoneCompiling()
1685 for (ArtMethod* method : data.GetMethods()) { in InvalidateAllCompiledCode()
1788 for (ArtMethod* m : data.GetMethods()) { in DumpAllCompiledMethods()
1853 for (ArtMethod* method : data.GetMethods()) { in VisitAllMethods()