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

/art/runtime/
H A Doat.h65 uint32_t GetDexFileCount() const { function
H A Doat_file_assistant.cc445 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount();
915 for (size_t i = 0; i < odex_file->GetOatHeader().GetDexFileCount(); i++) {
H A Doat_file.cc577 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
H A Dclass_linker.cc1693 if (oat_file->GetOatHeader().GetDexFileCount() !=
/art/dex2oat/linker/
H A Doat_writer_test.cc435 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core
/art/oatdump/
H A Doatdump.cc445 os << oat_header.GetDexFileCount() << "\n\n";

Completed in 132 milliseconds