Lines Matching refs:DexFileData
407 for (const DexFileData* dex_data_ptr : info_) { in Save()
408 const DexFileData& dex_data = *dex_data_ptr; in Save()
438 for (const DexFileData* dex_data_ptr : info_) { in Save()
439 const DexFileData& dex_data = *dex_data_ptr; in Save()
460 for (const DexFileData* dex_data_ptr : info_) { in Save()
461 const DexFileData& dex_data = *dex_data_ptr; in Save()
577 uint32_t ProfileCompilationInfo::GetMethodsRegionSize(const DexFileData& dex_data) { in GetMethodsRegionSize()
608 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( in GetOrAddDexFileData()
627 DexFileData* dex_file_data = new (&allocator_) DexFileData( in GetOrAddDexFileData()
636 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()
661 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData()
671 const DexFileData* result = info_[profile_index]; in FindDexData()
680 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexDataUsingAnnotations( in FindDexDataUsingAnnotations()
685 for (const DexFileData* dex_data : info_) { in FindDexDataUsingAnnotations()
703 /*out*/ std::vector<const ProfileCompilationInfo::DexFileData*>* result) const { in FindAllDexData()
705 for (const DexFileData* dex_data : info_) { in FindAllDexData()
717 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file, annotation); in AddMethod()
743 DexFileData* class_dex_data = GetOrAddDexFileData(class_ref.dex_file, annotation); in AddMethod()
834 DexFileData* const data = GetOrAddDexFileData(line_header.profile_key, in ReadMethods()
877 DexFileData* const data = GetOrAddDexFileData(line_header.profile_key, in ReadClasses()
1059 DexFileData* data = GetOrAddDexFileData(line_header.profile_key, in ReadProfileLine()
1112 for (const DexFileData* dex_data : info_) { in VerifyProfileData()
1387 DexFileData::ComputeBitmapStorage(IsForBootImage(), in LoadInternal()
1428 const DexFileData* dex_data = FindDexData(other_profile_line_header.profile_key, in RemapProfileIndex()
1442 const DexFileData* dex_data = GetOrAddDexFileData(profile_line_headers[i].profile_key, in RemapProfileIndex()
1518 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1521 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1542 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1543 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()
1553 for (const DexFileData* other_dex_data : other.info_) { in MergeWith()
1554 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key, in MergeWith()
1599 const DexFileData* dex_data = FindDexDataUsingAnnotations(method_ref.dex_file, annotation); in GetMethodHotness()
1617 for (const DexFileData* dex_data : info_) { in GetHotMethodInfo()
1630 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in ContainsClass()
1636 for (const DexFileData* dex_data : info_) { in GetNumberOfMethods()
1644 for (const DexFileData* dex_data : info_) { in GetNumberOfResolvedClasses()
1670 for (const DexFileData* dex_data : info_) { in DumpInfo()
1752 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClassesAndMethods()
1788 const DexFileData& dex_data = *info_[i]; in Equals()
1789 const DexFileData& other_dex_data = *other.info_[i]; in Equals()
1823 DexFileData* const data = info.GetOrAddDexFileData(profile_key, /*checksum=*/ 0, max_method); in GenerateTestProfile()
1875 DexFileData* const data = info.GetOrAddDexFileData( in GenerateTestProfile()
2008 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod()
2019 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod()
2034 void ProfileCompilationInfo::DexFileData::SetMethodHotness(size_t index, in SetMethodHotness()
2053 ProfileCompilationInfo::MethodHotness ProfileCompilationInfo::DexFileData::GetHotnessInfo( in GetHotnessInfo()
2095 size_t ProfileCompilationInfo::DexFileData::MethodFlagBitmapIndex( in MethodFlagBitmapIndex()
2103 size_t ProfileCompilationInfo::DexFileData::FlagBitmapIndex(MethodHotness::Flag flag) { in FlagBitmapIndex()
2123 const DexFileData* data = FindDexDataUsingAnnotations(dex_file, annotation); in GetClassDescriptors()
2175 for (DexFileData* dex_data : info_) { in UpdateProfileKeys()
2207 for (DexFileData* data : info_) { in ClearData()
2229 bool ProfileCompilationInfo::DexFileData::ContainsClass(const dex::TypeIndex type_index) const { in ContainsClass()
2315 std::vector<const DexFileData*> all_dex_data; in ExtractProfileData()
2317 for (const DexFileData* dex_data : all_dex_data) { in ExtractProfileData()