Lines Matching defs:request
88 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke()
153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature()
259 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit()
272 static JdwpError VM_CreateString(JdwpState*, Request* request, ExpandBuf* pReply) in VM_CreateString()
305 static JdwpError VM_DisposeObjects(JdwpState*, Request* request, ExpandBuf*) in VM_DisposeObjects()
328 static JdwpError VM_CapabilitiesNew(JdwpState*, Request* request, ExpandBuf* reply) in VM_CapabilitiesNew()
396 static JdwpError VM_InstanceCounts(JdwpState*, Request* request, ExpandBuf* pReply) in VM_InstanceCounts()
420 static JdwpError RT_Modifiers(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Modifiers()
429 static JdwpError RT_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in RT_GetValues()
447 static JdwpError RT_SourceFile(JdwpState*, Request* request, ExpandBuf* pReply) in RT_SourceFile()
462 static JdwpError RT_Status(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Status()
478 static JdwpError RT_Interfaces(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Interfaces()
487 static JdwpError RT_ClassObject(JdwpState*, Request* request, ExpandBuf* pReply) in RT_ClassObject()
503 static JdwpError RT_SourceDebugExtension(JdwpState*, Request* request, ExpandBuf* pReply) in RT_SourceDebugExtension()
516 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature()
532 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature()
537 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_SignatureWithGeneric()
546 static JdwpError RT_ClassLoader(JdwpState*, Request* request, ExpandBuf* pReply) in RT_ClassLoader()
556 static JdwpError RT_FieldsWithGeneric(JdwpState*, Request* request, ExpandBuf* pReply) in RT_FieldsWithGeneric()
563 static JdwpError RT_Fields(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Fields()
573 static JdwpError RT_MethodsWithGeneric(JdwpState*, Request* request, ExpandBuf* pReply) in RT_MethodsWithGeneric()
580 static JdwpError RT_Methods(JdwpState*, Request* request, ExpandBuf* pReply) in RT_Methods()
586 static JdwpError RT_Instances(JdwpState*, Request* request, ExpandBuf* reply) in RT_Instances()
606 static JdwpError CT_Superclass(JdwpState*, Request* request, ExpandBuf* pReply) in CT_Superclass()
621 static JdwpError CT_SetValues(JdwpState* , Request* request, ExpandBuf*) in CT_SetValues()
650 static JdwpError CT_InvokeMethod(JdwpState* state, Request* request, in CT_InvokeMethod()
667 static JdwpError CT_NewInstance(JdwpState* state, Request* request, in CT_NewInstance()
685 static JdwpError AT_newInstance(JdwpState*, Request* request, ExpandBuf* pReply) in AT_newInstance()
703 static JdwpError IT_InvokeMethod(JdwpState* state, Request* request, in IT_InvokeMethod()
716 static JdwpError M_LineTable(JdwpState*, Request* request, ExpandBuf* pReply) in M_LineTable()
726 static JdwpError M_VariableTable(JdwpState*, Request* request, ExpandBuf* pReply, in M_VariableTable()
740 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable()
745 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
750 static JdwpError M_Bytecodes(JdwpState*, Request* request, ExpandBuf* reply) in M_Bytecodes()
769 static JdwpError M_IsObsolete(JdwpState*, Request* request, ExpandBuf* reply) in M_IsObsolete()
784 static JdwpError OR_ReferenceType(JdwpState*, Request* request, ExpandBuf* pReply) in OR_ReferenceType()
793 static JdwpError OR_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in OR_GetValues()
813 static JdwpError OR_SetValues(JdwpState*, Request* request, ExpandBuf*) in OR_SetValues()
835 static JdwpError OR_MonitorInfo(JdwpState*, Request* request, ExpandBuf* reply) in OR_MonitorInfo()
852 static JdwpError OR_InvokeMethod(JdwpState* state, Request* request, in OR_InvokeMethod()
863 static JdwpError OR_DisableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_DisableCollection()
869 static JdwpError OR_EnableCollection(JdwpState*, Request* request, ExpandBuf*) in OR_EnableCollection()
875 static JdwpError OR_IsCollected(JdwpState*, Request* request, ExpandBuf* pReply) in OR_IsCollected()
884 static JdwpError OR_ReferringObjects(JdwpState*, Request* request, ExpandBuf* reply) in OR_ReferringObjects()
904 static JdwpError SR_Value(JdwpState*, Request* request, ExpandBuf* pReply) in SR_Value()
923 static JdwpError TR_Name(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Name()
944 static JdwpError TR_Suspend(JdwpState*, Request* request, ExpandBuf*) in TR_Suspend()
962 static JdwpError TR_Resume(JdwpState*, Request* request, ExpandBuf*) in TR_Resume()
978 static JdwpError TR_Status(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Status()
1000 static JdwpError TR_ThreadGroup(JdwpState*, Request* request, ExpandBuf* pReply) in TR_ThreadGroup()
1012 static JdwpError TR_Frames(JdwpState*, Request* request, ExpandBuf* pReply) in TR_Frames()
1044 static JdwpError TR_FrameCount(JdwpState*, Request* request, ExpandBuf* pReply) in TR_FrameCount()
1058 static JdwpError TR_OwnedMonitors(Request* request, ExpandBuf* reply, bool with_stack_depths) in TR_OwnedMonitors()
1082 static JdwpError TR_OwnedMonitors(JdwpState*, Request* request, ExpandBuf* reply) in TR_OwnedMonitors()
1087 static JdwpError TR_OwnedMonitorsStackDepthInfo(JdwpState*, Request* request, ExpandBuf* reply) in TR_OwnedMonitorsStackDepthInfo()
1092 static JdwpError TR_CurrentContendedMonitor(JdwpState*, Request* request, ExpandBuf* reply) in TR_CurrentContendedMonitor()
1104 static JdwpError TR_Interrupt(JdwpState*, Request* request, ExpandBuf* reply ATTRIBUTE_UNUSED) in TR_Interrupt()
1116 static JdwpError TR_DebugSuspendCount(JdwpState*, Request* request, ExpandBuf* pReply) in TR_DebugSuspendCount()
1127 static JdwpError TGR_Name(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Name()
1137 static JdwpError TGR_Parent(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Parent()
1147 static JdwpError TGR_Children(JdwpState*, Request* request, ExpandBuf* pReply) in TGR_Children()
1156 static JdwpError AR_Length(JdwpState*, Request* request, ExpandBuf* pReply) in AR_Length()
1175 static JdwpError AR_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in AR_GetValues()
1186 static JdwpError AR_SetValues(JdwpState*, Request* request, ExpandBuf*) in AR_SetValues()
1194 static JdwpError CLR_VisibleClasses(JdwpState*, Request* request, ExpandBuf* pReply) in CLR_VisibleClasses()
1215 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set()
1357 static JdwpError ER_Clear(JdwpState* state, Request* request, ExpandBuf*) in ER_Clear()
1371 static JdwpError SF_GetValues(JdwpState*, Request* request, ExpandBuf* pReply) in SF_GetValues()
1379 static JdwpError SF_SetValues(JdwpState*, Request* request, ExpandBuf*) in SF_SetValues()
1384 static JdwpError SF_ThisObject(JdwpState*, Request* request, ExpandBuf* reply) in SF_ThisObject()
1405 static JdwpError COR_ReflectedType(JdwpState*, Request* request, ExpandBuf* pReply) in COR_ReflectedType()
1414 static JdwpError DDM_Chunk(JdwpState* state, Request* request, ExpandBuf* pReply) in DDM_Chunk()
1579 static const char* GetCommandName(Request* request) { in GetCommandName()
1589 static std::string DescribeCommand(Request* request) { in DescribeCommand()
1617 size_t JdwpState::ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) { in ProcessRequest()