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

  /dalvik/vm/jdwp/
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,
  /art/runtime/jdwp/
jdwp.h 68 struct JdwpLocation {
74 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs)
76 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs);
77 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs);
189 bool PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags)
197 bool PostException(const JdwpLocation* pThrowLoc, ObjectId excepId, RefTypeId excepClassId,
198 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
389 JdwpLocation ReadLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
    [all...]

Completed in 41 milliseconds