Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_objects_stack_visitor.h49 dump_locks(dump_locks_in) {} in REQUIRES_SHARED()
100 if (dump_locks) { in VisitFrame()
154 const bool dump_locks; variable
Dthread.cc1774 bool dump_locks = true) in StackDumpVisitor()
1779 can_allocate && dump_locks), in StackDumpVisitor()
1934 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { in DumpJavaStack()
1963 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack()
Dthread.h218 bool dump_locks = true) const