Searched refs:JdwpLocation (Results 1 – 10 of 10) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.h | 32 struct JdwpLocation; 64 void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
|
D | jdwp.h | 81 struct JdwpLocation { struct 87 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) argument 89 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs); 90 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs); 432 JdwpLocation ReadLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | jdwp_main.cc | 601 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<() 608 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 613 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
|
D | jdwp_request.cc | 143 JdwpLocation Request::ReadLocation() { in ReadLocation() 144 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 | 794 JDWP::JdwpLocation* jdwp_location) in SetJdwpLocationFromEventLocation() 887 JDWP::JdwpLocation jdwp_location; in PostLocationEvent() 967 JDWP::JdwpLocation jdwp_location; in PostFieldEvent() 1170 JDWP::JdwpLocation jdwp_throw_location; in PostException() 1171 JDWP::JdwpLocation jdwp_catch_location; in PostException()
|
D | jdwp_handler.cc | 1304 JdwpLocation location = request.ReadLocation(); in ER_Set()
|
/art/runtime/ |
D | debugger.h | 307 static bool MatchLocation(const JDWP::JdwpLocation& expected_location, 541 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 544 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 640 static void SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc)
|
D | debugger.cc | 1449 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation() 1482 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc) in SetJdwpLocation() 2321 JDWP::JdwpLocation location; in GetThreadFrames() 3154 void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in WatchLocation() 3200 void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in UnwatchLocation()
|