Home
last modified time | relevance | path

Searched defs:Request (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc169 static JdwpError VM_Version(JdwpState*, Request&, ExpandBuf* pReply) in VM_Version() argument
225 static JdwpError VM_AllThreads(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllThreads() argument
241 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request&, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument
262 static JdwpError VM_IDSizes(JdwpState*, Request&, ExpandBuf* pReply) in VM_IDSizes() argument
272 static JdwpError VM_Dispose(JdwpState*, Request&, ExpandBuf*) in VM_Dispose() argument
284 static JdwpError VM_Suspend(JdwpState*, Request&, ExpandBuf*) in VM_Suspend() argument
296 static JdwpError VM_Resume(JdwpState*, Request&, ExpandBuf*) in VM_Resume() argument
327 static JdwpError VM_ClassPaths(JdwpState*, Request&, ExpandBuf* pReply) in VM_ClassPaths() argument
359 static JdwpError VM_Capabilities(JdwpState*, Request&, ExpandBuf* reply) in VM_Capabilities() argument
429 static JdwpError VM_AllClasses(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllClasses() argument
[all …]
Djdwp_request.cc28 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request() function in art::JDWP::Request
Djdwp.h113 class Request; variable