Home
last modified time | relevance | path

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

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