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.h81 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_);
Djdwp_main.cc601 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 !=()
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.cc806 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()
Djdwp_handler.cc1304 JdwpLocation location = request.ReadLocation(); in ER_Set()
/art/runtime/
Ddebugger.h311 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)
Ddebugger.cc1461 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()