Home
last modified time | relevance | path

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

/dalvik/vm/
DThread.h383 bool dvmIsSuspended(const Thread* thread);
DDebugger.cpp1747 if (dvmIsSuspended(thread)) in dvmDbgGetThreadStatus()
1833 result = dvmIsSuspended(thread); in dvmDbgIsSuspended()
2582 if (!dvmIsSuspended(thread)) { in dvmDbgConfigureStep()
2588 assert(dvmIsSuspended(thread)); in dvmDbgConfigureStep()
DProfile.cpp181 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in getStackTrace()
DException.cpp836 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in dvmFillInStackTraceInternal()
DThread.cpp2788 bool dvmIsSuspended(const Thread* thread) in dvmIsSuspended() function