Searched defs:DumpThreadDeoptCount (Results 1 – 1 of 1) sorted by relevance
128 struct DumpThreadDeoptCount : public art::Closure { in DumpDeoptInfo() struct130 DumpThreadDeoptCount(std::ostream& stream, std::mutex& mu) in DumpDeoptInfo() argument132 void Run(art::Thread* self) override { in DumpDeoptInfo()144 void WaitForCount(size_t threads) { in DumpDeoptInfo()151 std::atomic<size_t> cnt_; in DumpDeoptInfo()152 std::ostream& stream_; in DumpDeoptInfo()153 std::mutex& mu_; in DumpDeoptInfo()