Searched refs:dump_locks (Results 1 – 4 of 4) sorted by relevance
49 dump_locks(dump_locks_in) {} in REQUIRES_SHARED()82 const bool dump_locks; variable
68 if (dump_locks) { in VisitFrame()
2096 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()
279 bool dump_locks = true) const