Searched defs:request (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 94 static JdwpError FinishInvoke(JdwpState*, Request& request, ExpandBuf* pReply, in FinishInvoke() 193 static JdwpError VM_ClassesBySignature(JdwpState*, Request& request, ExpandBuf* pReply) in VM_ClassesBySignature() 303 static JdwpError VM_Exit(JdwpState* state, Request& request, ExpandBuf*) in VM_Exit() 316 static JdwpError VM_CreateString(JdwpState*, Request& request, ExpandBuf* pReply) in VM_CreateString() 348 static JdwpError VM_DisposeObjects(JdwpState*, Request& request, ExpandBuf*) in VM_DisposeObjects() 371 static JdwpError VM_CapabilitiesNew(JdwpState*, Request& request, ExpandBuf* reply) in VM_CapabilitiesNew() 439 static JdwpError VM_InstanceCounts(JdwpState*, Request& request, ExpandBuf* pReply) in VM_InstanceCounts() 463 static JdwpError RT_Modifiers(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Modifiers() 472 static JdwpError RT_GetValues(JdwpState*, Request& request, ExpandBuf* pReply) in RT_GetValues() 490 static JdwpError RT_SourceFile(JdwpState*, Request& request, ExpandBuf* pReply) in RT_SourceFile() [all …]
|
D | jdwp_main.cc | 373 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_); in HandlePacket() local
|
/art/runtime/ |
D | debugger.cc | 1362 JDWP::Request& request) in SetArrayElements() 2508 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { in GetLocalValues() 2674 JDWP::JdwpError Dbg::SetLocalValues(JDWP::Request* request) { in SetLocalValues() 2968 void Dbg::ProcessDeoptimizationRequest(const DeoptimizationRequest& request) { in ProcessDeoptimizationRequest() 3861 bool Dbg::DdmHandlePacket(JDWP::Request& request, uint8_t** pReplyBuf, int* pReplyLen) { in DdmHandlePacket()
|