Searched refs:GetNumberOfDexFiles (Results 1 – 7 of 7) sorted by relevance
174 } else if (dex_file_index >= GetNumberOfDexFiles()) { in GetNextDexFileData()190 } else if (dex_file_index >= GetNumberOfDexFiles()) { in GetNextTypeLookupTableData()362 if (dex_headers.size() != GetNumberOfDexFiles()) { in MatchesDexFileChecksums()364 << GetNumberOfDexFiles() << ", actual=" << dex_headers.size() << ")"; in MatchesDexFileChecksums()434 for (; index < GetNumberOfDexFiles(); ++index) { in ComputeClassStatus()440 DCHECK_NE(index, GetNumberOfDexFiles()); in ComputeClassStatus()
168 uint32_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function182 DCHECK_LT(idx, GetNumberOfDexFiles()); in GetDexChecksumAt()279 DCHECK_LT(dex_file_index, GetNumberOfDexFiles()); in GetLocationChecksum()
343 uint32_t number_of_dex_files = file.GetNumberOfDexFiles(); in DexChecksumUpToDate()
478 size_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
1067 ASSERT_EQ(1u, loaded_info.GetNumberOfDexFiles()); in TEST_F()
1755 if (input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()1758 << " vdex_num=" << input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
608 for (; i < vdex_file.GetNumberOfDexFiles(); ++i) { in AddVdexDexFilesSource()