HomeSort by relevance Sort by last modified time
    Searched refs:JdwpLocation (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/jdwp/
JdwpHandler.h 45 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc);
Jdwp.h 81 typedef struct JdwpLocation {
86 } JdwpLocation;
204 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc,
212 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc,
213 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
JdwpEvent.h 56 JdwpLocation loc;
JdwpEvent.c 104 const JdwpLocation* pLoc; /* LocationOnly */
441 static inline bool locationMatch(const JdwpLocation* pLoc1,
442 const JdwpLocation* pLoc2)
809 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc,
1031 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc,
1033 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
    [all...]
JdwpHandler.c 61 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc)
73 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc)
    [all...]
  /dalvik/vm/
Debugger.h 245 JdwpLocation* pLoc);
281 bool dvmDbgWatchLocation(const JdwpLocation* pLoc);
282 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc);
Debugger.c     [all...]

Completed in 218 milliseconds