Searched defs:check_suspended (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.cc54 bool check_suspended)
55 : StackVisitor(thread, context, walk_kind, 0, check_suspended) {}
61 bool check_suspended)
72 check_suspended_(check_suspended) {
51 StackVisitor(Thread* thread, Context* context, StackWalkKind walk_kind, bool check_suspended) argument
57 StackVisitor(Thread* thread, Context* context, StackWalkKind walk_kind, size_t num_frames, bool check_suspended) argument
H A Dthread.cc1773 bool check_suspended = true,
1778 check_suspended,
1934 void Thread::DumpJavaStack(std::ostream& os, bool check_suspended, bool dump_locks) const { argument
1963 !tls32_.throwing_OutOfMemoryError, check_suspended, dump_locks);
1991 /*check_suspended*/ !force_dump_stack,
1996 /*check_suspended*/ !force_dump_stack,
3408 CurrentMethodVisitor(Thread* thread, Context* context, bool check_suspended, bool abort_on_error)
3413 check_suspended),
3438 bool check_suspended,
3442 check_suspended, local
3437 GetCurrentMethod(uint32_t* dex_pc, bool check_suspended, bool abort_on_error) const argument
[all...]

Completed in 426 milliseconds