Searched refs:dvmIsSuspended (Results 1 – 5 of 5) sorted by relevance
383 bool dvmIsSuspended(const Thread* thread);
1747 if (dvmIsSuspended(thread)) in dvmDbgGetThreadStatus()1833 result = dvmIsSuspended(thread); in dvmDbgIsSuspended()2582 if (!dvmIsSuspended(thread)) { in dvmDbgConfigureStep()2588 assert(dvmIsSuspended(thread)); in dvmDbgConfigureStep()
181 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in getStackTrace()
836 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in dvmFillInStackTraceInternal()
2788 bool dvmIsSuspended(const Thread* thread) in dvmIsSuspended() function