HomeSort by relevance Sort by last modified time
    Searched defs:JdwpState (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_main.cc 39 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state)
149 bool JdwpState::IsConnected() {
153 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
177 void JdwpState::SendRequest(ExpandBuf* pReq) {
196 uint32_t JdwpState::NextRequestSerial() {
204 uint32_t JdwpState::NextEventSerial() {
208 JdwpState::JdwpState(const JdwpOptions* options)
243 JdwpState* JdwpState::Create(const JdwpOptions* options)
    [all...]
jdwp.h 123 struct JdwpState {
130 * Returns a newly-allocated JdwpState struct on success, or nullptr on failure.
132 static JdwpState* Create(const JdwpOptions* options)
135 ~JdwpState();
299 explicit JdwpState(const JdwpOptions* options);

Completed in 297 milliseconds