Searched refs:JdwpLocation (Results 1 – 10 of 10) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 68 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_);
|
D | jdwp_expand_buf.h | 32 struct JdwpLocation; 64 void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
|
D | jdwp_main.cc | 606 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 !=()
|
D | jdwp_request.cc | 141 JdwpLocation Request::ReadLocation() { in ReadLocation() 142 JdwpLocation location; in ReadLocation()
|
D | jdwp_event.h | 61 JdwpLocation loc;
|
D | jdwp_expand_buf.cc | 179 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
|
D | jdwp_event.cc | 113 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()
|
D | jdwp_handler.cc | 1311 JdwpLocation location = request.ReadLocation(); in ER_Set()
|
/art/runtime/ |
D | debugger.h | 348 static void WatchLocation(const JDWP::JdwpLocation* pLoc) 351 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc)
|
D | debugger.cc | 1170 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()
|