Searched refs:reply (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 59 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() 316 static JdwpError VM_Capabilities(JdwpState*, Request*, ExpandBuf* reply) in VM_Capabilities() argument 318 expandBufAdd1(reply, true); // canWatchFieldModification in VM_Capabilities() 319 expandBufAdd1(reply, true); // canWatchFieldAccess in VM_Capabilities() 320 expandBufAdd1(reply, true); // canGetBytecodes in VM_Capabilities() [all …]
|
/art/dt_fd_forward/ |
D | dt_fd_forward.cc | 469 } else if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in ReadFully() 479 pkt_->type.reply.errorCode = ReadInt16(); in ReadReplyPacket() 480 pkt_->type.reply.data = ReadRemaining(); in ReadReplyPacket() 583 if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in WriteFully() 584 PushInt16(pkt_->type.reply.errorCode); in WriteFully() 585 PushData(pkt_->type.reply.data, pkt_->type.reply.len - 11); in WriteFully()
|
/art/adbconnection/ |
D | adbconnection.cc | 769 std::vector<uint8_t> reply; in HandleDataWithoutAgent() local 775 /*out*/&reply)) { in HandleDataWithoutAgent() 782 art::ArrayRef<const uint8_t>(reply)); in HandleDataWithoutAgent()
|
/art/runtime/ |
D | debugger.h | 83 options(invoke_options), reply(JDWP::expandBufAlloc()) { in DebugInvokeReq() 87 JDWP::expandBufFree(reply); in ~DebugInvokeReq() 102 JDWP::ExpandBuf* const reply; member 360 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
|
/art/test/dexdump/ |
D | checkers.txt | 1465 002476: 1a00 0801 |003f: const-string v0, "only reply" // string@0108
|