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

/art/runtime/jdwp/
H A Djdwp_handler.cc84 static JdwpError RequestInvoke(JdwpState*, Request* request,
90 int32_t arg_count = request->ReadSigned32("argument count");
102 argTypes[i] = request->ReadTag();
104 argValues[i] = request->ReadValue(width);
109 uint32_t options = request->ReadUnsigned32("InvokeOptions bit flags");
114 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id,
149 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply)
151 std::string classDescriptor(request->ReadUtf8String());
176 * Handle request for the thread IDs of all running threads.
256 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBu
1545 GetCommandName(Request* request) argument
1555 DescribeCommand(Request* request) argument
1581 ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) argument
[all...]
/art/runtime/
H A Ddebugger.cc724 // This prevents us from having any pending deoptimization request when the debugger attaches
1290 JDWP::Request* request) {
1306 CopyArrayData<uint64_t>(dst, request, offset, count);
1308 CopyArrayData<uint32_t>(dst, request, offset, count);
1310 CopyArrayData<uint16_t>(dst, request, offset, count);
1312 CopyArrayData<uint8_t>(dst, request, offset, count);
1317 JDWP::ObjectId id = request->ReadObjectId();
2563 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { argument
2564 JDWP::ObjectId thread_id = request->ReadThreadId();
2565 JDWP::FrameId frame_id = request
1289 SetArrayElements(JDWP::ObjectId array_id, int offset, int count, JDWP::Request* request) argument
2734 SetLocalValues(JDWP::Request* request) argument
3140 ProcessDeoptimizationRequest(const DeoptimizationRequest& request) argument
4191 DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen) argument
[all...]

Completed in 59 milliseconds