Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_objects_stack_visitor.h49 dump_locks(dump_locks_in) {} in REQUIRES_SHARED()
82 const bool dump_locks; variable
Dmonitor_objects_stack_visitor.cc68 if (dump_locks) { in VisitFrame()
Dthread.cc2096 bool dump_locks = true) in StackDumpVisitor()
2101 can_allocate && dump_locks), in StackDumpVisitor()
2264 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { in DumpJavaStack()
2273 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack()
Dthread.h279 bool dump_locks = true) const