Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h65 uint32_t GetDexFileCount() const { in GetDexFileCount() function
H A Doat_file_assistant.cc376 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate()
H A Doat_file.cc656 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup()
H A Dclass_linker.cc1925 if (oat_file->GetOatHeader().GetDexFileCount() != in AddImageSpace()
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc457 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
/aosp12/art/oatdump/
H A Doatdump.cc439 os << oat_header.GetDexFileCount() << "\n\n"; in Dump()