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 53 return dex_file_count_;
125 uint32_t dex_file_count_; variable
oat.cc 82 dex_file_count_ = dex_files->size();
83 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));

Completed in 57 milliseconds