Searched refs:InlineCacheMap (Results 1 – 8 of 8) sorted by relevance
158 ProfileCompilationInfo::InlineCacheMap* CreateInlineCacheMap() { in CreateInlineCacheMap()159 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap( in CreateInlineCacheMap()174 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches;
168 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>; variable171 using MethodMap = ArenaSafeMap<uint16_t, InlineCacheMap>;243 const InlineCacheMap* GetInlineCacheMap() const { in GetInlineCacheMap()248 const InlineCacheMap* inline_cache_map_ = nullptr;251 void SetInlineCacheMap(const InlineCacheMap* info) { in SetInlineCacheMap()897 InlineCacheMap* FindOrAddHotMethod(uint16_t method_index);1031 static DexPcData* FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc);
101 const ProfileCompilationInfo::InlineCacheMap& actual = *actual_hotness.GetInlineCacheMap(); in EqualInlineCaches()
1335 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()1451 const InlineCacheMap &inline_cache_map = method_it.second; in VerifyProfileData()2024 InlineCacheMap* inline_cache = dex_data->FindOrAddHotMethod(other_method_index); in MergeWith()2373 ProfileCompilationInfo::InlineCacheMap*2381 InlineCacheMap(std::less<uint16_t>(), allocator_->Adapter(kArenaAllocProfile)))->second); in FindOrAddHotMethod()2395 ProfileCompilationInfo::InlineCacheMap* result = FindOrAddHotMethod(index); in AddMethod()2463 ProfileCompilationInfo::FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc) { in FindOrAddDexPc()2701 const InlineCacheMap& inline_cache_map = method_entry.second; in MethodsDataSize()2779 const InlineCacheMap& inline_cache_map = method_entry.second; in WriteMethods()2903 InlineCacheMap* inline_cache = FindOrAddHotMethod(method_index); in ReadMethods()
250 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches;680 const ProfileCompilationInfo::InlineCacheMap* inline_cache_map = hotness.GetInlineCacheMap(); in TEST_F()
351 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()369 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()1558 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness_super.GetInlineCacheMap(); in TEST_F()
818 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheLine()
750 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheAOT()