Searched refs:ProfileInlineCache (Results 1 – 5 of 5) sorted by relevance
41 struct ProfileInlineCache { struct42 ProfileInlineCache(uint32_t pc, in ProfileInlineCache() argument54 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()59 std::vector<ProfileInlineCache> inline_caches;
135 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
1358 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in GetProfiledMethods()
658 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
856 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()