Searched refs:check_suspended (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | stack.h | 125 bool check_suspended = true); 153 bool check_suspended = true, 162 bool check_suspended = true) in REQUIRES_SHARED() 163 : StackVisitor(thread, context, walk_kind, check_suspended), fn_(fn) {} in REQUIRES_SHARED() 172 LambdaStackVisitor visitor(fn, thread, context, walk_kind, check_suspended); in REQUIRES_SHARED() 297 bool check_suspended = true)
|
D | monitor_objects_stack_visitor.h | 41 bool check_suspended = true, 47 check_suspended), in REQUIRES_SHARED()
|
D | stack.cc | 55 bool check_suspended) in StackVisitor() argument 56 : StackVisitor(thread, context, walk_kind, 0, check_suspended) {} in StackVisitor() 62 bool check_suspended) in StackVisitor() argument 72 check_suspended_(check_suspended) { in StackVisitor()
|
D | thread.cc | 1963 bool check_suspended = true, in StackDumpVisitor() 1968 check_suspended, in StackDumpVisitor() 2123 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { in DumpJavaStack() argument 2152 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack() 3642 bool check_suspended, in GetCurrentMethod() argument 3663 check_suspended); in GetCurrentMethod()
|
D | thread.h | 227 bool check_suspended = true, 478 bool check_suspended = true,
|