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 | 806 JDWP::JdwpLocation* jdwp_location) in SetJdwpLocationFromEventLocation() 899 JDWP::JdwpLocation jdwp_location; in PostLocationEvent() 979 JDWP::JdwpLocation jdwp_location; in PostFieldEvent() 1182 JDWP::JdwpLocation jdwp_throw_location; in PostException() 1183 JDWP::JdwpLocation jdwp_catch_location; in PostException()
|
D | jdwp_handler.cc | 1304 JdwpLocation location = request.ReadLocation(); in ER_Set()
|
/art/runtime/ |
D | debugger.h | 311 static bool MatchLocation(const JDWP::JdwpLocation& expected_location, 548 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 551 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 647 static void SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc)
|
D | debugger.cc | 1461 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation() 1494 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc) in SetJdwpLocation() 2333 JDWP::JdwpLocation location; in GetThreadFrames() 3267 void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in WatchLocation() 3302 void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in UnwatchLocation()
|