Home
last modified time | relevance | path

Searched refs:request (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc88 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke() argument
94 int32_t arg_count = request->ReadSigned32("argument count"); in RequestInvoke()
106 argTypes[i] = request->ReadTag(); in RequestInvoke()
108 argValues[i] = request->ReadValue(width); in RequestInvoke()
113 uint32_t options = request->ReadUnsigned32("InvokeOptions bit flags"); in RequestInvoke()
118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() argument
155 std::string classDescriptor(request->ReadUtf8String()); in VM_ClassesBySignature()
259 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit() argument
261 uint32_t exit_status = request->ReadUnsigned32("exit_status"); in VM_Exit()
[all …]
Djdwp_main.cc518 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_); in HandlePacket() local
522 size_t replyLength = ProcessRequest(&request, pReply, &skip_reply); in HandlePacket()
540 netStateBase->ConsumeBytes(request.GetLength()); in HandlePacket()
Djdwp.h307 size_t ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply)
/art/test/933-misc-events/
Dexpected.txt1 Received dump request.
/art/test/659-unpadded-array/
Dinfo.txt2 a bug when the request for allocation ended up using 'usable_size'
/art/runtime/
Ddebugger.h326 JDWP::Request* request)
506 static JDWP::JdwpError GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply)
508 static JDWP::JdwpError SetLocalValues(JDWP::Request* request)
668 static bool DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen);
772 static void ProcessDeoptimizationRequest(const DeoptimizationRequest& request)
/art/compiler/optimizing/
Dinduction_var_range.h201 ConstantRequest request,