Home
last modified time | relevance | path

Searched defs:ProfileInlineCache (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h44 struct ProfileInlineCache { struct
45 ProfileInlineCache(uint32_t pc, in ProfileInlineCache() function
50 const uint32_t dex_pc;
51 const bool is_missing_types;
52 const std::vector<TypeReference> classes;
Dprofile_compilation_info_test.cc35 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; typedef
/art/profman/
Dprofile_assistant_test.cc39 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; typedef