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

  /art/runtime/
oat.h 46 return dex_file_count_;
89 uint32_t dex_file_count_; variable
oat.cc 45 dex_file_count_ = dex_files->size();
46 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));

Completed in 40 milliseconds