Searched defs:pReply (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 129 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version() 153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature() 185 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads() 201 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups() 220 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes() 272 static JdwpError VM_CreateString(JdwpState*, Request* request, ExpandBuf* pReply) in VM_CreateString() 284 static JdwpError VM_ClassPaths(JdwpState*, Request*, ExpandBuf* pReply) in VM_ClassPaths() 354 static JdwpError VM_AllClassesImpl(ExpandBuf* pReply, bool descriptor_and_status, bool generic) in VM_AllClassesImpl() 385 static JdwpError VM_AllClasses(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllClasses() 390 static JdwpError VM_AllClassesWithGeneric(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllClassesWithGeneric() [all …]
|
D | jdwp.h | 72 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFieldId() 73 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd8BE(pReply, i… in expandBufAddMethodId() 74 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() 75 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() 76 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
|
D | jdwp_main.cc | 245 ssize_t JdwpNetStateBase::WritePacket(ExpandBuf* pReply, size_t length) { in WritePacket() 520 ExpandBuf* pReply = expandBufAlloc(); in HandlePacket() local
|
/art/runtime/ |
D | debugger.cc | 818 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader() 828 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers() 1065 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType() 1137 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) { in GetReferenceType() 1250 JDWP::ExpandBuf* pReply) { in OutputArray() 1597 JDWP::ExpandBuf* pReply) { in OutputDeclaredFields() 1625 JDWP::ExpandBuf* pReply) { in OutputDeclaredMethods() 1650 JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in OutputDeclaredInterfaces() 1667 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable() 1700 JDWP::ExpandBuf* pReply) { in OutputVariableTable() [all …]
|