Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.h1107 struct InlineCacheInfo { struct
1108 bool is_megamorphic_ = false;
1109 bool is_missing_types_ = false;
1110 std::set<std::string> classes_;
H A Dprofile_compilation_info.cc3175 void FlattenProfileData::ItemMetadata::MergeInlineCacheInfo( in MergeInlineCacheInfo() argument
/aosp_15_r20/art/profman/
H A Dinline_cache_format_util.cc24 FlattenProfileData::ItemMetadata::InlineCacheInfo, in GetInlineCacheLine()