Home
last modified time | relevance | path

Searched refs:JdwpLocation (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/jdwp/
DJdwp.h80 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,
DJdwpHandler.h45 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc);
DJdwpEvent.h56 JdwpLocation loc;
DJdwpEvent.cpp104 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()
DJdwpHandler.cpp44 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/
DDebugger.h244 JdwpLocation* pLoc);
279 bool dvmDbgWatchLocation(const JdwpLocation* pLoc);
280 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc);
DDebugger.cpp2070 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()