Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h68 struct JdwpLocation { struct
74 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) argument
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_);
Djdwp_expand_buf.h32 struct JdwpLocation;
64 void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
Djdwp_main.cc606 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<()
613 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==()
618 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
Djdwp_request.cc141 JdwpLocation Request::ReadLocation() { in ReadLocation()
142 JdwpLocation location; in ReadLocation()
Djdwp_event.h61 JdwpLocation loc;
Djdwp_expand_buf.cc179 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
Djdwp_event.cc113 const JdwpLocation* pLoc; /* LocationOnly */
722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { in PostLocationEvent()
894 bool JdwpState::PostException(const JdwpLocation* pThrowLoc, in PostException()
896 const JdwpLocation* pCatchLoc, ObjectId thisPtr) { in PostException()
Djdwp_handler.cc1311 JdwpLocation location = request.ReadLocation(); in ER_Set()
/art/runtime/
Ddebugger.h348 static void WatchLocation(const JDWP::JdwpLocation* pLoc)
351 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc)
Ddebugger.cc1170 static void SetLocation(JDWP::JdwpLocation& location, mirror::ArtMethod* m, uint32_t dex_pc) in SetLocation()
1882 JDWP::JdwpLocation location; in GetThreadFrames()
2244 JDWP::JdwpLocation location; in PostLocationEvent()
2266 JDWP::JdwpLocation jdwp_throw_location; in PostException()
2268 JDWP::JdwpLocation catch_location; in PostException()
2373 void Dbg::WatchLocation(const JDWP::JdwpLocation* location) { in WatchLocation()
2380 void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location) { in UnwatchLocation()