Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h165 uint32_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
179 DCHECK_LT(idx, GetNumberOfDexFiles()); in GetDexChecksumAt()
276 DCHECK_LT(dex_file_index, GetNumberOfDexFiles()); in GetLocationChecksum()
Dvdex_file.cc188 } 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()
Druntime_image.cc1098 size_t number_of_dex_files = vdex_file->GetNumberOfDexFiles(); in WriteObjects()
Dclass_linker.cc2174 if (oat_file->GetVdexFile()->GetNumberOfDexFiles() != oat_header->GetDexFileCount()) { in AddImageSpace()
/art/libprofile/profile/
Dprofile_compilation_info.h486 size_t GetNumberOfDexFiles() const { in GetNumberOfDexFiles() function
Dprofile_compilation_info_test.cc1135 ASSERT_EQ(1u, loaded_info.GetNumberOfDexFiles()); in TEST_F()
/art/dex2oat/
Ddex2oat.cc1763 if (input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
1766 << " vdex_num=" << input_vdex_file_->GetNumberOfDexFiles() in ValidateInputVdexChecksums()
/art/dex2oat/linker/
Doat_writer.cc450 for (; i < vdex_file.GetNumberOfDexFiles(); ++i) { in AddVdexDexFilesSource()