Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JdwpLocation

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_);