Home
last modified time | relevance | path

Searched defs:CollectStackTrace (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.cc546 struct CollectStackTrace : public Closure { in DumpStack() struct
547 void Run(art::Thread* thread) override in DumpStack()
561 std::ostringstream oss; in DumpStack()
/art/runtime/
Dmonitor.cc561 struct CollectStackTrace : public Closure { in Lock() struct
562 void Run(art::Thread* thread) override in Lock()
567 std::ostringstream oss; in Lock()