Home
last modified time | relevance | path

Searched refs:InlineCacheMap (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jit/
Dprofiling_info_test.cc158 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;
/art/libprofile/profile/
Dprofile_compilation_info.h168 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>; variable
171 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);
Dprofile_test_helper.h101 const ProfileCompilationInfo::InlineCacheMap& actual = *actual_hotness.GetInlineCacheMap(); in EqualInlineCaches()
Dprofile_compilation_info.cc1335 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()
Dprofile_compilation_info_test.cc250 std::vector<std::unique_ptr<ProfileCompilationInfo::InlineCacheMap>> used_inline_caches;
680 const ProfileCompilationInfo::InlineCacheMap* inline_cache_map = hotness.GetInlineCacheMap(); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc351 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()
Dprofman.cc818 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheLine()
/art/compiler/optimizing/
Dinliner.cc750 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheAOT()