Searched defs:pReply (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 55 static void WriteValue(ExpandBuf* pReply, int width, uint64_t value) { in WriteValue() 94 static JdwpError FinishInvoke(JdwpState*, Request& request, ExpandBuf* pReply, in FinishInvoke() 169 static JdwpError VM_Version(JdwpState*, Request&, ExpandBuf* pReply) in VM_Version() 193 static JdwpError VM_ClassesBySignature(JdwpState*, Request& request, ExpandBuf* pReply) in VM_ClassesBySignature() 225 static JdwpError VM_AllThreads(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllThreads() 241 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request&, ExpandBuf* pReply) in VM_TopLevelThreadGroups() 262 static JdwpError VM_IDSizes(JdwpState*, Request&, ExpandBuf* pReply) in VM_IDSizes() 316 static JdwpError VM_CreateString(JdwpState*, Request& request, ExpandBuf* pReply) in VM_CreateString() 327 static JdwpError VM_ClassPaths(JdwpState*, Request&, ExpandBuf* pReply) in VM_ClassPaths() 398 static JdwpError VM_AllClassesImpl(ExpandBuf* pReply, bool descriptor_and_status, bool generic) in VM_AllClassesImpl() [all …]
|
D | jdwp.h | 67 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd4BE(pReply, id)… in expandBufAddFieldId() 68 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd4BE(pReply, i… in expandBufAddMethodId() 69 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() 70 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() 71 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
|
D | jdwp_main.cc | 127 ssize_t JdwpNetStateBase::WritePacket(ExpandBuf* pReply, size_t length) { in WritePacket() 375 ExpandBuf* pReply = expandBufAlloc(); in HandlePacket() local
|
/art/runtime/ |
D | debugger.cc | 888 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader() 897 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers() 1134 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType() 1212 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) in GetReferenceType() 1303 …wpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) { in OutputArray() 1583 …r Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::ExpandBuf* pReply) { in OutputDeclaredFields() 1610 JDWP::ExpandBuf* pReply) { in OutputDeclaredMethods() 1636 JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in OutputDeclaredInterfaces() 1653 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) in OutputLineTable() 1657 JDWP::ExpandBuf* pReply; in OutputLineTable() member [all …]
|