Home
last modified time | relevance | path

Searched refs:dex_file_count_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat.h61 return dex_file_count_; in GetDexFileCount()
127 uint32_t dex_file_count_; variable
Doat.cc94 dex_file_count_ = dex_files->size(); in OatHeader()
95 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_)); in OatHeader()