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 80 struct JdwpLocation {
202 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc,
210 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc,
211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
JdwpEvent.h 56 JdwpLocation loc;
JdwpEvent.cpp 104 const JdwpLocation* pLoc; /* LocationOnly */
446 static inline bool locationMatch(const JdwpLocation* pLoc1,
447 const JdwpLocation* pLoc2)
809 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc,
1021 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc,
1023 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
    [all...]
JdwpHandler.cpp 44 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc)
56 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc)
    [all...]
  /dalvik/vm/
Debugger.h 244 JdwpLocation* pLoc);
279 bool dvmDbgWatchLocation(const JdwpLocation* pLoc);
280 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc);
Debugger.cpp     [all...]

Completed in 1752 milliseconds