Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc128 struct DumpThreadDeoptCount : public art::Closure { in DumpDeoptInfo() struct
130 DumpThreadDeoptCount(std::ostream& stream, std::mutex& mu) in DumpDeoptInfo() function
157 DumpThreadDeoptCount dtdc(stream, mu); in DumpDeoptInfo()
159 reinterpret_cast<DumpThreadDeoptCount*>(ctx)->Run(thread); in DumpDeoptInfo()