Searched defs:reply (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/jdwp/ |
| D | jdwp_handler.cc | 56 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject() 67 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList() 313 static JdwpError VM_Capabilities(JdwpState*, Request*, ExpandBuf* reply) in VM_Capabilities() 325 static JdwpError VM_CapabilitiesNew(JdwpState*, Request* request, ExpandBuf* reply) in VM_CapabilitiesNew() 578 static JdwpError RT_Instances(JdwpState*, Request* request, ExpandBuf* reply) in RT_Instances() 742 static JdwpError M_Bytecodes(JdwpState*, Request* request, ExpandBuf* reply) in M_Bytecodes() 762 static JdwpError M_IsObsolete(JdwpState*, Request* request, ExpandBuf* reply) in M_IsObsolete() 828 static JdwpError OR_MonitorInfo(JdwpState*, Request* request, ExpandBuf* reply) in OR_MonitorInfo() 877 static JdwpError OR_ReferringObjects(JdwpState*, Request* request, ExpandBuf* reply) in OR_ReferringObjects() 1051 static JdwpError TR_OwnedMonitors(Request* request, ExpandBuf* reply, bool with_stack_depths) in TR_OwnedMonitors() [all …]
|
| /art/runtime/ |
| D | debugger.h | 80 JDWP::ExpandBuf* const reply; member
|
| D | debugger.cc | 790 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo() 4250 uint8_t* reply = new uint8_t[length + kChunkHdrLen]; in DdmHandlePacket() local
|