Searched refs:JdwpLocation (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/jdwp/ |
D | Jdwp.h | 80 struct JdwpLocation { struct 202 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, 210 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, 211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
|
D | JdwpHandler.h | 45 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc);
|
D | JdwpEvent.h | 56 JdwpLocation loc;
|
D | JdwpEvent.cpp | 104 const JdwpLocation* pLoc; /* LocationOnly */ 446 static inline bool locationMatch(const JdwpLocation* pLoc1, in locationMatch() 447 const JdwpLocation* pLoc2) in locationMatch() 809 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, in dvmJdwpPostLocationEvent() 1021 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, in dvmJdwpPostException() 1023 const JdwpLocation* pCatchLoc, ObjectId thisPtr) in dvmJdwpPostException()
|
D | JdwpHandler.cpp | 44 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc) in jdwpReadLocation() 56 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc) in dvmJdwpAddLocation() 1131 JdwpLocation loc; in handleTR_Frames() 1459 JdwpLocation loc; in handleER_Set()
|
/dalvik/vm/ |
D | Debugger.h | 244 JdwpLocation* pLoc); 279 bool dvmDbgWatchLocation(const JdwpLocation* pLoc); 280 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc);
|
D | Debugger.cpp | 2070 JdwpLocation* pLoc) in dvmDbgGetThreadFrame() 2412 JdwpLocation loc; in dvmDbgPostLocationEvent() 2442 JdwpLocation throwLoc, catchLoc; in dvmDbgPostException() 2538 bool dvmDbgWatchLocation(const JdwpLocation* pLoc) in dvmDbgWatchLocation() 2549 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc) in dvmDbgUnwatchLocation()
|