Searched defs:JdwpLocation (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h84 struct JdwpLocation { struct in namespace:art::JDWP
90 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs)
92 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs);
93 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs);
464 JdwpLocation ReadLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 40 milliseconds