Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc59 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject() argument
64 expandBufAdd1(reply, tag); in WriteTaggedObject()
65 expandBufAddObjectId(reply, object_id); in WriteTaggedObject()
70 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList() argument
72 expandBufAdd4BE(reply, objects.size()); in WriteTaggedObjectList()
74 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList()
315 static JdwpError VM_Capabilities(JdwpState*, Request*, ExpandBuf* reply) in VM_Capabilities() argument
317 expandBufAdd1(reply, true); // canWatchFieldModification in VM_Capabilities()
318 expandBufAdd1(reply, true); // canWatchFieldAccess in VM_Capabilities()
319 expandBufAdd1(reply, true); // canGetBytecodes in VM_Capabilities()
[all …]
/art/dt_fd_forward/
Ddt_fd_forward.cc480 } else if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in ReadFully()
490 pkt_->type.reply.errorCode = ReadInt16(); in ReadReplyPacket()
491 pkt_->type.reply.data = ReadRemaining(); in ReadReplyPacket()
594 if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in WriteFully()
595 PushInt16(pkt_->type.reply.errorCode); in WriteFully()
596 PushData(pkt_->type.reply.data, pkt_->type.reply.len - 11); in WriteFully()
/art/runtime/
Ddebugger.h93 reply(JDWP::expandBufAlloc()) { in DebugInvokeReq()
97 JDWP::expandBufFree(reply); in ~DebugInvokeReq()
112 JDWP::ExpandBuf* const reply; member
372 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
Ddebugger.cc849 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo() argument
868 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread())); in GetMonitorInfo()
870 expandBufAddObjectId(reply, gRegistry->Add(nullptr)); in GetMonitorInfo()
872 expandBufAdd4BE(reply, monitor_info.entry_count_); in GetMonitorInfo()
873 expandBufAdd4BE(reply, monitor_info.waiters_.size()); in GetMonitorInfo()
875 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread())); in GetMonitorInfo()
4147 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()
4174 JDWP::ExpandBuf* const pReply = pReq->reply; in FinishInvokeMethod()
/art/adbconnection/
Dadbconnection.cc763 std::vector<uint8_t> reply; in HandleDataWithoutAgent() local
769 /*out*/&reply)) { in HandleDataWithoutAgent()
776 art::ArrayRef<const uint8_t>(reply)); in HandleDataWithoutAgent()
/art/test/dexdump/
Dcheckers.txt1465 002476: 1a00 0801 |003f: const-string v0, "only reply" // string@0108