Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h127 bool check_suspended = true);
155 bool check_suspended = true,
164 bool check_suspended = true) in REQUIRES_SHARED()
165 : StackVisitor(thread, context, walk_kind, check_suspended), fn_(fn) {} in REQUIRES_SHARED()
174 LambdaStackVisitor visitor(fn, thread, context, walk_kind, check_suspended); in REQUIRES_SHARED()
310 bool check_suspended = true)
Dmonitor_objects_stack_visitor.h41 bool check_suspended = true,
47 check_suspended), in REQUIRES_SHARED()
Dstack.cc59 bool check_suspended) in StackVisitor() argument
60 : StackVisitor(thread, context, walk_kind, 0, check_suspended) {} in StackVisitor()
66 bool check_suspended) in StackVisitor() argument
78 check_suspended_(check_suspended) { in StackVisitor()
Dthread.cc1976 bool check_suspended = true, in StackDumpVisitor()
1981 check_suspended, in StackDumpVisitor()
2136 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { in DumpJavaStack() argument
2158 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks); in DumpJavaStack()
3640 bool check_suspended, in GetCurrentMethod() argument
3661 check_suspended); in GetCurrentMethod()
Dthread.h228 bool check_suspended = true,
501 bool check_suspended = true,