Home
last modified time | relevance | path

Searched refs:GetNumberOfDexFiles (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dvdex_file.cc174 } 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()
Dvdex_file.h168 uint32_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
182 DCHECK_LT(idx, GetNumberOfDexFiles()); in GetDexChecksumAt()
279 DCHECK_LT(dex_file_index, GetNumberOfDexFiles()); in GetLocationChecksum()
Doat_file_assistant.cc343 uint32_t number_of_dex_files = file.GetNumberOfDexFiles(); in DexChecksumUpToDate()
/art/libprofile/profile/
Dprofile_compilation_info.h478 size_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
Dprofile_compilation_info_test.cc1067 ASSERT_EQ(1u, loaded_info.GetNumberOfDexFiles()); in TEST_F()
/art/dex2oat/
Ddex2oat.cc1755 if (input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
1758 << " vdex_num=" << input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
/art/dex2oat/linker/
Doat_writer.cc608 for (; i < vdex_file.GetNumberOfDexFiles(); ++i) { in AddVdexDexFilesSource()