Lines Matching refs:info_

110       info_(allocator_.Adapter(kArenaAllocProfile)),  in ProfileCompilationInfo()
403 DCHECK_LE(info_.size(), MaxProfileIndex()); in Save()
404 WriteProfileIndex(&buffer, static_cast<ProfileIndexType>(info_.size())); in Save()
407 for (const DexFileData* dex_data_ptr : info_) { in Save()
438 for (const DexFileData* dex_data_ptr : info_) { in Save()
460 for (const DexFileData* dex_data_ptr : info_) { in Save()
625 if (info_.size() <= profile_index) { in GetOrAddDexFileData()
634 info_.push_back(dex_file_data); in GetOrAddDexFileData()
636 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()
671 const DexFileData* result = info_[profile_index]; in FindDexData()
685 for (const DexFileData* dex_data : info_) { in FindDexDataUsingAnnotations()
705 for (const DexFileData* dex_data : info_) { in FindAllDexData()
1112 for (const DexFileData* dex_data : info_) { in VerifyProfileData()
1165 info_[dex_profile_index]->profile_key); in VerifyProfileData()
1518 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1542 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1553 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1616 pmi->dex_references.resize(info_.size()); in GetHotMethodInfo()
1617 for (const DexFileData* dex_data : info_) { in GetHotMethodInfo()
1636 for (const DexFileData* dex_data : info_) { in GetNumberOfMethods()
1644 for (const DexFileData* dex_data : info_) { in GetNumberOfResolvedClasses()
1663 if (info_.empty()) { in DumpInfo()
1670 for (const DexFileData* dex_data : info_) { in DumpInfo()
1784 if (info_.size() != other.info_.size()) { in Equals()
1787 for (size_t i = 0; i < info_.size(); i++) { in Equals()
1788 const DexFileData& dex_data = *info_[i]; in Equals()
1789 const DexFileData& other_dex_data = *other.info_[i]; in Equals()
2003 DCHECK_EQ(info_.empty(), profile_key_map_.empty()); in IsEmpty()
2004 return info_.empty(); in IsEmpty()
2175 for (DexFileData* dex_data : info_) { in UpdateProfileKeys()
2207 for (DexFileData* data : info_) { in ClearData()
2210 info_.clear(); in ClearData()