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

/art/runtime/jdwp/
H A Djdwp_handler.cc94 static JdwpError FinishInvoke(JdwpState*, Request& request, ExpandBuf* pReply,
100 int32_t arg_count = request.ReadSigned32("argument count");
111 argTypes[i] = request.ReadTag();
113 argValues[i] = request.ReadValue(width);
117 uint32_t options = request.ReadUnsigned32("InvokeOptions bit flags");
185 static JdwpError VM_ClassesBySignature(JdwpState*, Request& request, ExpandBuf* pReply)
187 std::string classDescriptor(request.ReadUtf8String());
212 * Handle request for the thread IDs of all running threads.
294 static JdwpError VM_Exit(JdwpState* state, Request& request, ExpandBuf*)
296 uint32_t exit_status = request
1630 GetCommandName(Request& request) argument
1639 DescribeCommand(Request& request) argument
1652 ProcessRequest(Request& request, ExpandBuf* pReply) argument
[all...]
/art/runtime/
H A Ddebugger.cc1056 JDWP::Request& request)
1074 CopyArrayData<uint64_t>(dst, request, offset, count);
1076 CopyArrayData<uint32_t>(dst, request, offset, count);
1078 CopyArrayData<uint16_t>(dst, request, offset, count);
1080 CopyArrayData<uint8_t>(dst, request, offset, count);
1085 JDWP::ObjectId id = request.ReadObjectId();
2639 LOG(ERROR) << "InvokeMethod request for invalid thread id " << thread_id;
2644 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread;
2659 * by rejecting the method invocation request. Without this, we will
2749 * so we can suspend for a GC if the invoke request cause
2892 DdmHandlePacket(JDWP::Request& request, uint8_t** pReplyBuf, int* pReplyLen) argument
[all...]

Completed in 46 milliseconds