Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc59 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject()
70 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList()
315 static JdwpError VM_Capabilities(JdwpState*, Request*, ExpandBuf* reply) in VM_Capabilities()
327 static JdwpError VM_CapabilitiesNew(JdwpState*, Request* request, ExpandBuf* reply) in VM_CapabilitiesNew()
585 static JdwpError RT_Instances(JdwpState*, Request* request, ExpandBuf* reply) in RT_Instances()
749 static JdwpError M_Bytecodes(JdwpState*, Request* request, ExpandBuf* reply) in M_Bytecodes()
768 static JdwpError M_IsObsolete(JdwpState*, Request* request, ExpandBuf* reply) in M_IsObsolete()
834 static JdwpError OR_MonitorInfo(JdwpState*, Request* request, ExpandBuf* reply) in OR_MonitorInfo()
883 static JdwpError OR_ReferringObjects(JdwpState*, Request* request, ExpandBuf* reply) in OR_ReferringObjects()
1057 static JdwpError TR_OwnedMonitors(Request* request, ExpandBuf* reply, bool with_stack_depths) in TR_OwnedMonitors()
[all …]
/art/runtime/
Ddebugger.h112 JDWP::ExpandBuf* const reply; member
Ddebugger.cc849 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo()
/art/adbconnection/
Dadbconnection.cc763 std::vector<uint8_t> reply; in HandleDataWithoutAgent() local