Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc165 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)); in WaitForSignal()
Druntime.h273 void DumpLockHolders(std::ostream& os);
Druntime.cc2038 void Runtime::DumpLockHolders(std::ostream& os) { in DumpLockHolders() function in art::Runtime