Home
last modified time | relevance | path

Searched refs:dvmIsSuspended (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DThread.h374 bool dvmIsSuspended(const Thread* thread);
DDebugger.cpp1752 if (dvmIsSuspended(thread)) in dvmDbgGetThreadStatus()
1838 result = dvmIsSuspended(thread); in dvmDbgIsSuspended()
2587 if (!dvmIsSuspended(thread)) { in dvmDbgConfigureStep()
2593 assert(dvmIsSuspended(thread)); in dvmDbgConfigureStep()
DException.cpp836 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in dvmFillInStackTraceInternal()
DThread.cpp2776 bool dvmIsSuspended(const Thread* thread) in dvmIsSuspended() function