Home | History | Annotate | Download | only in vm

Lines Matching full:isevent

2131 void dvmDbgSuspendVM(bool isEvent)
2133 dvmSuspendAllThreads(isEvent ? SUSPEND_FOR_DEBUG_EVENT : SUSPEND_FOR_DEBUG);