Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h32 struct JdwpLocation;
64 void expandBufAddLocation(ExpandBuf* pReply, const JdwpLocation& location);
Djdwp.h84 struct JdwpLocation { struct
90 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) argument
92 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs);
93 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs);
459 JdwpLocation ReadLocation() SHARED_REQUIRES(Locks::mutator_lock_);
Djdwp_main.cc634 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<()
641 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==()
646 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
Djdwp_request.cc143 JdwpLocation Request::ReadLocation() { in ReadLocation()
144 JdwpLocation location; in ReadLocation()
Djdwp_event.h61 JdwpLocation loc;
Djdwp_expand_buf.cc179 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
Djdwp_event.cc801 JDWP::JdwpLocation* jdwp_location) in SetJdwpLocationFromEventLocation()
892 JDWP::JdwpLocation jdwp_location; in PostLocationEvent()
958 JDWP::JdwpLocation jdwp_location; in PostFieldEvent()
1139 JDWP::JdwpLocation jdwp_throw_location; in PostException()
1140 JDWP::JdwpLocation jdwp_catch_location; in PostException()
Djdwp_handler.cc1281 JdwpLocation location = request->ReadLocation(); in ER_Set()
/art/runtime/
Ddebugger.h316 static bool MatchLocation(const JDWP::JdwpLocation& expected_location,
528 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
530 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
698 static void SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc)
Ddebugger.cc1361 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation()
1395 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc) { in SetJdwpLocation()
2324 JDWP::JdwpLocation location; in GetThreadFrames()
3339 void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in WatchLocation()
3374 void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in UnwatchLocation()