Home
last modified time | relevance | path

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

/art/runtime/
Doat.h63 uint32_t GetDexFileCount() const { in GetDexFileCount() function
Doat_file.cc265 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup()
Dclass_linker.cc1602 if (oat_file->GetOatHeader().GetDexFileCount() != in AddImageSpace()
/art/compiler/
Doat_test.cc388 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
/art/oatdump/
Doatdump.cc379 os << oat_header.GetDexFileCount() << "\n\n"; in Dump()