Searched defs:types_in_dex_cache_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc86 types_in_dex_cache_(0), types_not_in_dex_cache_(0),
103 DumpStat(types_in_dex_cache_, types_not_in_dex_cache_, "types known to be in dex cache");
157 types_in_dex_cache_++;
292 size_t types_in_dex_cache_; member in class:art::CompilerDriver::AOTCompilationStats

Completed in 24 milliseconds