Home
last modified time | relevance | path

Searched refs:check_suspended (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dstack.h125 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)
Dmonitor_objects_stack_visitor.h41 bool check_suspended = true,
47 check_suspended), in REQUIRES_SHARED()
Dstack.cc55 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()
Dthread.cc1963 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()
Dthread.h227 bool check_suspended = true,
478 bool check_suspended = true,