Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc100 total_number_of_code_cache_queries_(0), in ProfileSaver()
826 total_number_of_code_cache_queries_++; in ProcessProfilingInfo()
1185 << total_number_of_code_cache_queries_ << '\n' in DumpInfo()
H A Dprofile_saver.h171 uint64_t total_number_of_code_cache_queries_; variable