Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h32 struct JdwpLocation;
64 void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
Djdwp.h86 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_);
Djdwp_event.h61 JdwpLocation loc;
Djdwp_request.cc144 JdwpLocation Request::ReadLocation() { in ReadLocation()
145 JdwpLocation location; in ReadLocation()
Djdwp_main.cc754 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 !=()
Djdwp_expand_buf.cc182 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
Djdwp_event.cc267 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()
Djdwp_handler.cc1288 JdwpLocation location = request->ReadLocation(); in ER_Set()
/art/runtime/
Ddebugger.h343 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)