Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc87 strings_in_dex_cache_(0), strings_not_in_dex_cache_(0), in AOTCompilationStats()
104 DumpStat(strings_in_dex_cache_, strings_not_in_dex_cache_, "strings known to be in dex cache"); in Dump()
167 strings_in_dex_cache_++; in StringInDexCache()
295 size_t strings_in_dex_cache_; member in art::CompilerDriver::AOTCompilationStats