Home
last modified time | relevance | path

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

/art/runtime/
Dbarrier.cc32 verify_count_on_shutdown_(verify_count_on_shutdown) { in Barrier()
109 LOG((gAborting == 0 && verify_count_on_shutdown_) ? FATAL : WARNING) in ~Barrier()
Dbarrier.h91 const bool verify_count_on_shutdown_; variable