Home
last modified time | relevance | path

Searched refs:inline_caches (Results 1 – 5 of 5) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h59 inline_caches(caches) {} in ProfileMethodInfo()
62 std::vector<ProfileInlineCache> inline_caches; member
234 : inline_caches(inline_cache_map) {} in OfflineProfileMethodInfo()
238 const InlineCacheMap* const inline_caches; member
/art/profman/
Dprofile_assistant_test.cc357 ASSERT_EQ(pmi->inline_caches->size(), 1u); in AssertInlineCaches()
358 const ProfileCompilationInfo::DexPcData& dex_pc_data = pmi->inline_caches->begin()->second; in AssertInlineCaches()
993 ASSERT_TRUE(pmi_no_inline_cache->inline_caches->empty()); in TEST_F()
1077 ASSERT_EQ(pmi->inline_caches->size(), 1u); in TEST_F()
1078 const ProfileCompilationInfo::DexPcData& dex_pc_data = pmi->inline_caches->begin()->second; in TEST_F()
Dprofman.cc1036 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine() local
1051 inline_caches.emplace_back(dex_pc, is_missing_types, classes); in ProcessLine()
1055 profile->AddMethod(ProfileMethodInfo(ref, inline_caches), in ProcessLine()
/art/runtime/jit/
Dprofiling_info_test.cc194 for (const auto& inline_cache : pmi.inline_caches) { in ConvertProfileMethodInfo()
/art/compiler/optimizing/
Dinliner.cc719 const auto it = offline_profile.inline_caches->find(invoke_instruction->GetDexPc()); in ExtractClassesFromOfflineProfile()
720 if (it == offline_profile.inline_caches->end()) { in ExtractClassesFromOfflineProfile()