Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc102 strings_in_dex_cache_(0), strings_not_in_dex_cache_(0), in AOTCompilationStats()
119 DumpStat(strings_in_dex_cache_, strings_not_in_dex_cache_, "strings known to be in dex cache"); in Dump()
187 strings_not_in_dex_cache_++; in StringNotInDexCache()
311 size_t strings_not_in_dex_cache_; member in art::CompilerDriver::AOTCompilationStats