Home
last modified time | relevance | path

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

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