HomeSort by relevance Sort by last modified time
    Searched refs:GetDexFileCount (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat.h 51 uint32_t GetDexFileCount() const {
oat_file.cc 253 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
class_linker.cc     [all...]
  /art/compiler/
oat_test.cc 143 ASSERT_EQ(1U, oat_header.GetDexFileCount()); // core
  /art/oatdump/
oatdump.cc 179 os << oat_header.GetDexFileCount() << "\n\n";
    [all...]

Completed in 275 milliseconds