• Home
  • Raw
  • Download

Lines Matching defs:pReply

759 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {  in GetClassLoader()
769 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers()
998 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType()
1070 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) { in GetReferenceType()
1163 …wpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) { in OutputArray()
1491 JDWP::ExpandBuf* pReply) { in OutputDeclaredFields()
1519 JDWP::ExpandBuf* pReply) { in OutputDeclaredMethods()
1544 JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in OutputDeclaredInterfaces()
1561 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable()
1564 JDWP::ExpandBuf* pReply; in OutputLineTable() member
1606 JDWP::ExpandBuf* pReply) { in OutputVariableTable()
1609 JDWP::ExpandBuf* pReply; in OutputVariableTable() member
1666 JDWP::ExpandBuf* pReply) { in OutputMethodReturnValue()
1673 JDWP::ExpandBuf* pReply) { in OutputFieldValue()
1749 JDWP::FieldId field_id, JDWP::ExpandBuf* pReply, in GetFieldValueImpl()
1797 JDWP::ExpandBuf* pReply) { in GetFieldValue()
1802 JDWP::ExpandBuf* pReply) { in GetStaticFieldValue()
1934 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue()
1977 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2027 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2044 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2094 JDWP::ExpandBuf* pReply) { in GetThreadGroupChildren()
2194 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2502 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { in GetLocalValues()
4002 static void WriteValue(JDWP::ExpandBuf* pReply, int width, uint64_t value) { in WriteValue()
4131 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply()
4155 JDWP::ExpandBuf* const pReply = pReq->reply; in FinishInvokeMethod() local