Searched refs:GetNumberOfDexFiles (Results 1 – 8 of 8) sorted by relevance
165 uint32_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function179 DCHECK_LT(idx, GetNumberOfDexFiles()); in GetDexChecksumAt()276 DCHECK_LT(dex_file_index, GetNumberOfDexFiles()); in GetLocationChecksum()
188 } else if (dex_file_index >= GetNumberOfDexFiles()) { in GetNextDexFileData()204 } else if (dex_file_index >= GetNumberOfDexFiles()) { in GetNextTypeLookupTableData()372 if (dex_headers.size() != GetNumberOfDexFiles()) { in MatchesDexFileChecksums()374 << GetNumberOfDexFiles() << ", actual=" << dex_headers.size() << ")"; in MatchesDexFileChecksums()450 for (; index < GetNumberOfDexFiles(); ++index) { in ComputeClassStatus()456 DCHECK_NE(index, GetNumberOfDexFiles()); in ComputeClassStatus()
1098 size_t number_of_dex_files = vdex_file->GetNumberOfDexFiles(); in WriteObjects()
2174 if (oat_file->GetVdexFile()->GetNumberOfDexFiles() != oat_header->GetDexFileCount()) { in AddImageSpace()
486 size_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
1135 ASSERT_EQ(1u, loaded_info.GetNumberOfDexFiles()); in TEST_F()
1763 if (input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()1766 << " vdex_num=" << input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
450 for (; i < vdex_file.GetNumberOfDexFiles(); ++i) { in AddVdexDexFilesSource()