Lines Matching refs:ItemMetadata
72 static std::string GetPackageUseString(const FlattenProfileData::ItemMetadata& metadata) { in GetPackageUseString()
86 const FlattenProfileData::ItemMetadata& metadata, in MethodToProfileFormat()
109 const FlattenProfileData::ItemMetadata& metadata, in ClassToProfileFormat()
152 const FlattenProfileData::ItemMetadata& metadata, in IncludeItemInProfile()
170 const FlattenProfileData::ItemMetadata& metadata, in IncludeMethodInProfile()
178 const FlattenProfileData::ItemMetadata& metadata, in IncludeClassInProfile()
190 const FlattenProfileData::ItemMetadata& metadata, in IncludeInPreloadedClasses()
226 SafeMap<std::string, FlattenProfileData::ItemMetadata> profile_methods; in GenerateBootImageProfile()
227 SafeMap<std::string, FlattenProfileData::ItemMetadata> profile_classes; in GenerateBootImageProfile()
228 SafeMap<std::string, FlattenProfileData::ItemMetadata> preloaded_classes; in GenerateBootImageProfile()
232 FlattenProfileData::ItemMetadata metadata(it.second); in GenerateBootImageProfile()
243 const FlattenProfileData::ItemMetadata& metadata = it.second; in GenerateBootImageProfile()