Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_dump.cc85 DeoptManager::Get()->DumpDeoptInfo(self, ss); in DumpInternalState()
Ddeopt_manager.h82 void DumpDeoptInfo(art::Thread* self, std::ostream& stream);
Ddeopt_manager.cc117 void DeoptManager::DumpDeoptInfo(art::Thread* self, std::ostream& stream) { in DumpDeoptInfo() function in openjdkjvmti::DeoptManager