Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc523 struct CollectStackTrace : public Closure { in DumpStack() struct
524 void Run(art::Thread* thread) override in DumpStack()
532 std::ostringstream oss; in DumpStack()
/art/runtime/
Dmonitor.cc560 struct CollectStackTrace : public Closure { in Lock() struct
561 void Run(art::Thread* thread) override in Lock()
566 std::ostringstream oss; in Lock()