Searched refs:ProfileInlineCache (Results 1 – 4 of 4) sorted by relevance
42 struct ProfileInlineCache { struct43 ProfileInlineCache(uint32_t pc, in ProfileInlineCache() argument55 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()60 std::vector<ProfileInlineCache> inline_caches;
141 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
715 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
978 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()