Home
last modified time | relevance | path

Searched refs:ProfileInlineCache (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.h42 struct ProfileInlineCache { struct
43 ProfileInlineCache(uint32_t pc, in ProfileInlineCache() argument
55 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()
60 std::vector<ProfileInlineCache> inline_caches;
Dprofile_compilation_info_test.cc141 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
Dprofile_compilation_info.cc715 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
/art/profman/
Dprofman.cc978 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()