Lines Matching refs:GetMethods
128 for (ArtMethod* m : GetMethods()) { in UpdateEntryPoints()
173 const std::vector<ArtMethod*>& GetMethods() const { in GetMethods() function in art::jit::JitCodeCache::JniStubData
296 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
318 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
521 if (it->second.GetMethods().empty()) { in RemoveMethodsIn()
525 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodsIn()
734 DCHECK(ContainsElement(data->GetMethods(), method)) in Commit()
822 if (it->second.GetMethods().empty()) { in RemoveMethodLocked()
828 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodLocked()
1175 for (ArtMethod* method : data.GetMethods()) { in GarbageCollectCache()
1205 for (ArtMethod* method : data->GetMethods()) { in RemoveUnmarkedCode()
1322 for (ArtMethod* method : data.GetMethods()) { in DoCollection()
1379 if (it == jni_stubs_map_.end() || !ContainsElement(it->second.GetMethods(), method)) { in LookupMethodHeader()
1705 DCHECK(ContainsElement(data->GetMethods(), method)); in DoneCompiling()
1845 for (ArtMethod* method : data.GetMethods()) { in VisitAllMethods()