Lines Matching refs:GetMethods
161 const std::vector<ArtMethod*>& GetMethods() const { in GetMethods() function in art::jit::JitCodeCache::JniStubData
506 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
525 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
850 if (it->second.GetMethods().empty()) { in RemoveMethodsIn()
854 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodsIn()
1126 DCHECK(ContainsElement(data->GetMethods(), method)) in CommitCodeInternal()
1130 for (ArtMethod* m : data->GetMethods()) { in CommitCodeInternal()
1234 if (it->second.GetMethods().empty()) { in RemoveMethodLocked()
1240 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodLocked()
1608 for (ArtMethod* method : data.GetMethods()) { in GarbageCollectCache()
1720 for (ArtMethod* method : data.GetMethods()) { in DoCollection()
1819 if (it == jni_stubs_map_.end() || !ContainsElement(it->second.GetMethods(), method)) { in LookupMethodHeader()
2087 for (ArtMethod* m : data->GetMethods()) { in NotifyCompilationOf()
2146 DCHECK(ContainsElement(data->GetMethods(), method)); in DoneCompiling()