Searched refs:InlineCacheMap (Results 1 – 8 of 8) sorted by relevance
152 ProfileCompilationInfo::InlineCacheMap* CreateInlineCacheMap() { in CreateInlineCacheMap()153 used_inline_caches.emplace_back(new ProfileCompilationInfo::InlineCacheMap( in CreateInlineCacheMap()168 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()891 InlineCacheMap* FindOrAddHotMethod(uint16_t method_index);1025 static DexPcData* FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc);
97 const ProfileCompilationInfo::InlineCacheMap& actual = *actual_hotness.GetInlineCacheMap(); in EqualInlineCaches()
1251 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()1337 const InlineCacheMap &inline_cache_map = method_it.second; in VerifyProfileData()1910 InlineCacheMap* inline_cache = dex_data->FindOrAddHotMethod(other_method_index); in MergeWith()2248 ProfileCompilationInfo::InlineCacheMap*2256 InlineCacheMap(std::less<uint16_t>(), allocator_->Adapter(kArenaAllocProfile)))->second); in FindOrAddHotMethod()2270 ProfileCompilationInfo::InlineCacheMap* result = FindOrAddHotMethod(index); in AddMethod()2338 ProfileCompilationInfo::FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc) { in FindOrAddDexPc()2538 const InlineCacheMap& inline_cache_map = method_entry.second; in MethodsDataSize()2616 const InlineCacheMap& inline_cache_map = method_entry.second; in WriteMethods()2740 InlineCacheMap* inline_cache = FindOrAddHotMethod(method_index); in ReadMethods()
244 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches;668 const ProfileCompilationInfo::InlineCacheMap* inline_cache_map = hotness.GetInlineCacheMap(); in TEST_F()
349 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()367 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()1579 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness_super.GetInlineCacheMap(); in TEST_F()
804 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheLine()
659 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheAOT()