Lines Matching refs:second

305         it->second.IsCompiled() &&  in ContainsMethod()
306 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
311 if (it.second == method) { in ContainsMethod()
327 JniStubData& data = it->second; in GetJniStubCode()
360 code_ptr = it->second; in GetSavedEntryPointOfPreCompiledMethod()
516 CHECK(debug_info.emplace(addr).second) << "Duplicate debug info: " << addr << " " << name; in FreeAllMethodHeaders()
521 CHECK_EQ(debug_info.count(it.first), 1u) << "No debug info: " << it.second->PrettyMethod(); in FreeAllMethodHeaders()
541 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
542 if (it->second.GetMethods().empty()) { in RemoveMethodsIn()
543 method_headers.insert(OatQuickMethodHeader::FromCodePointer(it->second.GetCode())); in RemoveMethodsIn()
546 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodsIn()
551 if (alloc.ContainsUnsafe(it->second)) { in RemoveMethodsIn()
553 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodsIn()
752 JniStubData* data = &it->second; in Commit()
840 if (it != jni_stubs_map_.end() && it->second.RemoveMethod(method)) { in RemoveMethodLocked()
842 if (it->second.GetMethods().empty()) { in RemoveMethodLocked()
844 FreeCodeAndData(it->second.GetCode()); in RemoveMethodLocked()
848 it->first.UpdateShorty(it->second.GetMethods().front()); in RemoveMethodLocked()
853 if (it->second == method) { in RemoveMethodLocked()
858 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodLocked()
893 JniStubData& data = entry.second; in MoveObsoleteMethod()
913 if (it.second == old_method) { in MoveObsoleteMethod()
914 it.second = new_method; in MoveObsoleteMethod()
920 osr_code_map_.Put(new_method, code_map->second); in MoveObsoleteMethod()
933 ArtMethod* method = it.second; in TransitionToDebuggable()
1079 code_cache_->LookupMethodHeader(it.second.return_pc_, /* method= */ nullptr); in Run()
1217 const JniStubData& data = entry.second; in GarbageCollectCache()
1248 JniStubData* data = &it->second; in RemoveUnmarkedCode()
1269 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveUnmarkedCode()
1406 const JniStubData& data = entry.second; in DoCollection()
1420 ArtMethod* method = it.second; in DoCollection()
1490 if (it == jni_stubs_map_.end() || !ContainsElement(it->second.GetMethods(), method)) { in LookupMethodHeader()
1493 const void* code_ptr = it->second.GetCode(); in LookupMethodHeader()
1511 found_method = it->second; in LookupMethodHeader()
1518 const JniStubData& data = entry.second; in LookupMethodHeader()
1545 return OatQuickMethodHeader::FromCodePointer(it->second); in LookupOsrMethodHeader()
1762 JniStubData* data = &it->second; in NotifyCompilationOf()
1836 JniStubData* data = &it->second; in DoneCompiling()
1893 if (it != osr_code_map_.end() && OatQuickMethodHeader::FromCodePointer(it->second) == header) { in InvalidateCompiledCodeFor()
1987 const JniStubData& data = it.second; in VisitAllMethods()
1995 cb(it.first, it.second); in VisitAllMethods()
1998 cb(it.second, it.first); in VisitAllMethods()