Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h169 uint64_t total_number_of_code_cache_queries_; variable
Dprofile_saver.cc93 total_number_of_code_cache_queries_(0), in ProfileSaver()
867 total_number_of_code_cache_queries_++; in ProcessProfilingInfo()
1223 << total_number_of_code_cache_queries_ << '\n' in DumpInfo()