Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h41 struct ProfileInlineCache { struct
42 ProfileInlineCache(uint32_t pc, in ProfileInlineCache() argument
54 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()
59 std::vector<ProfileInlineCache> inline_caches;
Dprofile_compilation_info_test.cc135 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
Djit_code_cache.cc1358 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in GetProfiledMethods()
Dprofile_compilation_info.cc658 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
/art/profman/
Dprofman.cc856 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()