Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc250 static std::atomic<uint64_t> log_warning_count_ = 0; in WarnAboutAccess() local
251 if (log_warning_count_ > kMaxLogWarnings) { in WarnAboutAccess()
262 if (log_warning_count_ >= kMaxLogWarnings) { in WarnAboutAccess()
265 ++log_warning_count_; in WarnAboutAccess()