• Home
  • Raw
  • Download

Lines Matching defs:pReply

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()
1748 JDWP::ExpandBuf* pReply) { in OutputMethodReturnValue()
1755 JDWP::ExpandBuf* pReply) { in OutputFieldValue()
1831 JDWP::FieldId field_id, JDWP::ExpandBuf* pReply, in GetFieldValueImpl()
1891 JDWP::ExpandBuf* pReply) { in GetFieldValue()
1896 JDWP::ExpandBuf* pReply) { in GetStaticFieldValue()
2039 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue()
2081 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2132 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2149 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2199 JDWP::ExpandBuf* pReply) { in GetThreadGroupChildren()
2302 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2578 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { in GetLocalValues()
4012 static void WriteValue(JDWP::ExpandBuf* pReply, int width, uint64_t value) { in WriteValue()
4150 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply()
4174 JDWP::ExpandBuf* const pReply = pReq->reply; in FinishInvokeMethod() local