Searched refs:request (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 88 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 …]
|
D | jdwp_main.cc | 518 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()
|
D | jdwp.h | 307 size_t ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply)
|
/art/test/933-misc-events/ |
D | expected.txt | 1 Received dump request.
|
/art/test/659-unpadded-array/ |
D | info.txt | 2 a bug when the request for allocation ended up using 'usable_size'
|
/art/runtime/ |
D | debugger.h | 326 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/ |
D | induction_var_range.h | 201 ConstantRequest request,
|