Home
last modified time | relevance | path

Searched refs:GetDexFileCount (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat.h63 uint32_t GetDexFileCount() const { in GetDexFileCount() function
Doat_file_assistant.cc362 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate()
587 for (size_t i = 0; i < odex_file->GetOatHeader().GetDexFileCount(); i++) { in GetRequiredDexChecksums()
Doat_file.cc556 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup()
Dclass_linker.cc2040 if (oat_file->GetOatHeader().GetDexFileCount() != in AddImageSpace()
/art/dex2oat/linker/
Doat_writer_test.cc421 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
/art/oatdump/
Doatdump.cc441 os << oat_header.GetDexFileCount() << "\n\n"; in Dump()