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

  /art/runtime/
oat.h 64 uint32_t GetDexFileCount() const {
oat_file_assistant.cc 424 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount();
881 for (size_t i = 0; i < odex_file->GetOatHeader().GetDexFileCount(); i++) {
    [all...]
oat_file.cc 375 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
    [all...]
class_linker.cc     [all...]
  /art/compiler/
oat_test.cc 430 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core
    [all...]
  /art/oatdump/
oatdump.cc 414 os << oat_header.GetDexFileCount() << "\n\n";
    [all...]

Completed in 442 milliseconds