• Home
  • Raw
  • Download

Lines Matching refs:JdwpState

119 u4 dvmJdwpNextRequestSerial(JdwpState* state)  in dvmJdwpNextRequestSerial()
132 u4 dvmJdwpNextEventSerial(JdwpState* state) in dvmJdwpNextEventSerial()
144 static void lockEventMutex(JdwpState* state) in lockEventMutex()
154 static void unlockEventMutex(JdwpState* state) in unlockEventMutex()
186 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent()
238 static void unregisterEvent(JdwpState* state, JdwpEvent* pEvent) in unregisterEvent()
281 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId) in dvmJdwpUnregisterEventById()
305 void dvmJdwpUnregisterAll(JdwpState* state) in dvmJdwpUnregisterAll()
377 static JdwpEvent** allocMatchList(JdwpState* state) in allocMatchList()
386 static void cleanupMatchList(JdwpState* state, JdwpEvent** matchList, in cleanupMatchList()
461 static bool modsMatch(JdwpState* state, JdwpEvent* pEvent, ModBasket* basket) in modsMatch()
538 static void findMatchingEvents(JdwpState* state, JdwpEventKind eventKind, in findMatchingEvents()
580 static void suspendByPolicy(JdwpState* state, JdwpSuspendPolicy suspendPolicy) in suspendByPolicy()
638 static bool invokeInProgress(JdwpState* state) in invokeInProgress()
654 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId) in dvmJdwpSetWaitForEventThread()
683 void dvmJdwpClearWaitForEventThread(JdwpState* state) in dvmJdwpClearWaitForEventThread()
720 static void eventFinish(JdwpState* state, ExpandBuf* pReq) in eventFinish()
744 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend) in dvmJdwpPostVMStart()
809 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, in dvmJdwpPostLocationEvent()
919 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) in dvmJdwpPostThreadChange()
995 bool dvmJdwpPostVMDeath(JdwpState* state) in dvmJdwpPostVMDeath()
1021 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, in dvmJdwpPostException()
1120 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, in dvmJdwpPostClassPrepare()
1213 bool dvmJdwpPostClassUnload(JdwpState* state, RefTypeId refTypeId) in dvmJdwpPostClassUnload()
1226 bool dvmJdwpPostFieldAccess(JdwpState* state, int STUFF, ObjectId thisPtr, in dvmJdwpPostFieldAccess()
1240 void dvmJdwpDdmSendChunkV(JdwpState* state, int type, const struct iovec* iov, in dvmJdwpDdmSendChunkV()