Searched refs:JdwpLocation (Results 1 – 9 of 9) 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 | 86 struct JdwpLocation { struct 92 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) argument 94 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs); 95 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs); 468 JdwpLocation ReadLocation() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | jdwp_event.h | 61 JdwpLocation loc;
|
D | jdwp_request.cc | 144 JdwpLocation Request::ReadLocation() { in ReadLocation() 145 JdwpLocation location; in ReadLocation()
|
D | jdwp_main.cc | 754 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<() 761 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 766 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
|
D | jdwp_expand_buf.cc | 182 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
|
D | jdwp_event.cc | 267 JdwpLocation& loc = mod.locationOnly.loc; in UnregisterLocationEventsOnClass() 843 JDWP::JdwpLocation* jdwp_location) in SetJdwpLocationFromEventLocation() 934 JDWP::JdwpLocation jdwp_location; in PostLocationEvent() 1000 JDWP::JdwpLocation jdwp_location; in PostFieldEvent() 1181 JDWP::JdwpLocation jdwp_throw_location; in PostException() 1182 JDWP::JdwpLocation jdwp_catch_location; in PostException()
|
D | jdwp_handler.cc | 1288 JdwpLocation location = request->ReadLocation(); in ER_Set()
|
/art/runtime/ |
D | debugger.h | 343 static bool MatchLocation(const JDWP::JdwpLocation& expected_location, 551 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 553 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req) 721 static void SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc)
|