Lines Matching defs:pReply
126 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version()
150 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature()
182 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads()
198 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request*, ExpandBuf* pReply) in VM_TopLevelThreadGroups()
217 static JdwpError VM_IDSizes(JdwpState*, Request*, ExpandBuf* pReply) in VM_IDSizes()
269 static JdwpError VM_CreateString(JdwpState*, Request* request, ExpandBuf* pReply) in VM_CreateString()
281 static JdwpError VM_ClassPaths(JdwpState*, Request*, ExpandBuf* pReply) in VM_ClassPaths()
352 static JdwpError VM_AllClassesImpl(ExpandBuf* pReply, bool descriptor_and_status, bool generic) in VM_AllClassesImpl()
383 static JdwpError VM_AllClasses(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllClasses()
388 static JdwpError VM_AllClassesWithGeneric(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllClassesWithGeneric()
393 static JdwpError VM_InstanceCounts(JdwpState*, Request* request, ExpandBuf* pReply) in VM_InstanceCounts()
417 static JdwpError RT_Modifiers(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Modifiers()
426 static JdwpError RT_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in RT_GetValues()
444 static JdwpError RT_SourceFile(JdwpState*, Request* request, ExpandBuf* pReply) in RT_SourceFile()
459 static JdwpError RT_Status(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Status()
475 static JdwpError RT_Interfaces(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Interfaces()
484 static JdwpError RT_ClassObject(JdwpState*, Request* request, ExpandBuf* pReply) in RT_ClassObject()
508 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature()
524 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature()
529 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_SignatureWithGeneric()
538 static JdwpError RT_ClassLoader(JdwpState*, Request* request, ExpandBuf* pReply) in RT_ClassLoader()
548 static JdwpError RT_FieldsWithGeneric(JdwpState*, Request* request, ExpandBuf* pReply) in RT_FieldsWithGeneric()
555 static JdwpError RT_Fields(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Fields()
565 static JdwpError RT_MethodsWithGeneric(JdwpState*, Request* request, ExpandBuf* pReply) in RT_MethodsWithGeneric()
572 static JdwpError RT_Methods(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Methods()
598 static JdwpError CT_Superclass(JdwpState*, Request* request, ExpandBuf* pReply) in CT_Superclass()
677 static JdwpError AT_newInstance(JdwpState*, Request* request, ExpandBuf* pReply) in AT_newInstance()
708 static JdwpError M_LineTable(JdwpState*, Request* request, ExpandBuf* pReply) in M_LineTable()
718 static JdwpError M_VariableTable(JdwpState*, Request* request, ExpandBuf* pReply, in M_VariableTable()
732 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable()
737 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
777 static JdwpError OR_ReferenceType(JdwpState*, Request* request, ExpandBuf* pReply) in OR_ReferenceType()
786 static JdwpError OR_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in OR_GetValues()
868 static JdwpError OR_IsCollected(JdwpState*, Request* request, ExpandBuf* pReply) in OR_IsCollected()
897 static JdwpError SR_Value(JdwpState*, Request* request, ExpandBuf* pReply) in SR_Value()
916 static JdwpError TR_Name(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Name()
971 static JdwpError TR_Status(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Status()
993 static JdwpError TR_ThreadGroup(JdwpState*, Request* request, ExpandBuf* pReply) in TR_ThreadGroup()
1005 static JdwpError TR_Frames(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Frames()
1037 static JdwpError TR_FrameCount(JdwpState*, Request* request, ExpandBuf* pReply) in TR_FrameCount()
1109 static JdwpError TR_DebugSuspendCount(JdwpState*, Request* request, ExpandBuf* pReply) in TR_DebugSuspendCount()
1120 static JdwpError TGR_Name(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Name()
1130 static JdwpError TGR_Parent(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Parent()
1140 static JdwpError TGR_Children(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Children()
1149 static JdwpError AR_Length(JdwpState*, Request* request, ExpandBuf* pReply) in AR_Length()
1168 static JdwpError AR_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in AR_GetValues()
1187 static JdwpError CLR_VisibleClasses(JdwpState*, Request* request, ExpandBuf* pReply) in CLR_VisibleClasses()
1208 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set()
1364 static JdwpError SF_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in SF_GetValues()
1398 static JdwpError COR_ReflectedType(JdwpState*, Request* request, ExpandBuf* pReply) in COR_ReflectedType()
1407 static JdwpError DDM_Chunk(JdwpState* state, Request* request, ExpandBuf* pReply) in DDM_Chunk()
1610 size_t JdwpState::ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) { in ProcessRequest()