• Home
  • Raw
  • Download

Lines Matching refs:Request

94 static JdwpError FinishInvoke(JdwpState*, Request& request, ExpandBuf* pReply,  in FinishInvoke()
169 static JdwpError VM_Version(JdwpState*, Request&, ExpandBuf* pReply) in VM_Version() argument
193 static JdwpError VM_ClassesBySignature(JdwpState*, Request& request, ExpandBuf* pReply) in VM_ClassesBySignature()
225 static JdwpError VM_AllThreads(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllThreads() argument
241 static JdwpError VM_TopLevelThreadGroups(JdwpState*, Request&, ExpandBuf* pReply) in VM_TopLevelThreadGroups() argument
262 static JdwpError VM_IDSizes(JdwpState*, Request&, ExpandBuf* pReply) in VM_IDSizes() argument
272 static JdwpError VM_Dispose(JdwpState*, Request&, ExpandBuf*) in VM_Dispose() argument
284 static JdwpError VM_Suspend(JdwpState*, Request&, ExpandBuf*) in VM_Suspend() argument
296 static JdwpError VM_Resume(JdwpState*, Request&, ExpandBuf*) in VM_Resume() argument
303 static JdwpError VM_Exit(JdwpState* state, Request& request, ExpandBuf*) in VM_Exit()
316 static JdwpError VM_CreateString(JdwpState*, Request& request, ExpandBuf* pReply) in VM_CreateString()
327 static JdwpError VM_ClassPaths(JdwpState*, Request&, ExpandBuf* pReply) in VM_ClassPaths() argument
348 static JdwpError VM_DisposeObjects(JdwpState*, Request& request, ExpandBuf*) in VM_DisposeObjects()
359 static JdwpError VM_Capabilities(JdwpState*, Request&, ExpandBuf* reply) in VM_Capabilities() argument
371 static JdwpError VM_CapabilitiesNew(JdwpState*, Request& request, ExpandBuf* reply) in VM_CapabilitiesNew()
429 static JdwpError VM_AllClasses(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllClasses() argument
434 static JdwpError VM_AllClassesWithGeneric(JdwpState*, Request&, ExpandBuf* pReply) in VM_AllClassesWithGeneric() argument
439 static JdwpError VM_InstanceCounts(JdwpState*, Request& request, ExpandBuf* pReply) in VM_InstanceCounts()
463 static JdwpError RT_Modifiers(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Modifiers()
472 static JdwpError RT_GetValues(JdwpState*, Request& request, ExpandBuf* pReply) in RT_GetValues()
490 static JdwpError RT_SourceFile(JdwpState*, Request& request, ExpandBuf* pReply) in RT_SourceFile()
505 static JdwpError RT_Status(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Status()
521 static JdwpError RT_Interfaces(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Interfaces()
530 static JdwpError RT_ClassObject(JdwpState*, Request& request, ExpandBuf* pReply) in RT_ClassObject()
548 static JdwpError RT_SourceDebugExtension(JdwpState*, Request&, ExpandBuf*) in RT_SourceDebugExtension() argument
554 static JdwpError RT_Signature(JdwpState*, Request& request, ExpandBuf* pReply, bool with_generic) in RT_Signature()
570 static JdwpError RT_Signature(JdwpState* state, Request& request, ExpandBuf* pReply) in RT_Signature()
575 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request& request, ExpandBuf* pReply) in RT_SignatureWithGeneric()
584 static JdwpError RT_ClassLoader(JdwpState*, Request& request, ExpandBuf* pReply) in RT_ClassLoader()
594 static JdwpError RT_FieldsWithGeneric(JdwpState*, Request& request, ExpandBuf* pReply) in RT_FieldsWithGeneric()
601 static JdwpError RT_Fields(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Fields()
611 static JdwpError RT_MethodsWithGeneric(JdwpState*, Request& request, ExpandBuf* pReply) in RT_MethodsWithGeneric()
618 static JdwpError RT_Methods(JdwpState*, Request& request, ExpandBuf* pReply) in RT_Methods()
624 static JdwpError RT_Instances(JdwpState*, Request& request, ExpandBuf* reply) in RT_Instances()
644 static JdwpError CT_Superclass(JdwpState*, Request& request, ExpandBuf* pReply) in CT_Superclass()
659 static JdwpError CT_SetValues(JdwpState* , Request& request, ExpandBuf*) in CT_SetValues()
688 static JdwpError CT_InvokeMethod(JdwpState* state, Request& request, ExpandBuf* pReply) in CT_InvokeMethod()
704 static JdwpError CT_NewInstance(JdwpState* state, Request& request, ExpandBuf* pReply) in CT_NewInstance()
724 static JdwpError AT_newInstance(JdwpState*, Request& request, ExpandBuf* pReply) in AT_newInstance()
745 static JdwpError M_LineTable(JdwpState*, Request& request, ExpandBuf* pReply) in M_LineTable()
755 static JdwpError M_VariableTable(JdwpState*, Request& request, ExpandBuf* pReply, in M_VariableTable()
769 static JdwpError M_VariableTable(JdwpState* state, Request& request, ExpandBuf* pReply) in M_VariableTable()
774 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request& request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
779 static JdwpError M_Bytecodes(JdwpState*, Request& request, ExpandBuf* reply) in M_Bytecodes()
805 static JdwpError OR_ReferenceType(JdwpState*, Request& request, ExpandBuf* pReply) in OR_ReferenceType()
814 static JdwpError OR_GetValues(JdwpState*, Request& request, ExpandBuf* pReply) in OR_GetValues()
834 static JdwpError OR_SetValues(JdwpState*, Request& request, ExpandBuf*) in OR_SetValues()
856 static JdwpError OR_MonitorInfo(JdwpState*, Request& request, ExpandBuf* reply) in OR_MonitorInfo()
873 static JdwpError OR_InvokeMethod(JdwpState* state, Request& request, ExpandBuf* pReply) in OR_InvokeMethod()
883 static JdwpError OR_DisableCollection(JdwpState*, Request& request, ExpandBuf*) in OR_DisableCollection()
889 static JdwpError OR_EnableCollection(JdwpState*, Request& request, ExpandBuf*) in OR_EnableCollection()
895 static JdwpError OR_IsCollected(JdwpState*, Request& request, ExpandBuf* pReply) in OR_IsCollected()
904 static JdwpError OR_ReferringObjects(JdwpState*, Request& request, ExpandBuf* reply) in OR_ReferringObjects()
924 static JdwpError SR_Value(JdwpState*, Request& request, ExpandBuf* pReply) in SR_Value()
943 static JdwpError TR_Name(JdwpState*, Request& request, ExpandBuf* pReply) in TR_Name()
964 static JdwpError TR_Suspend(JdwpState*, Request& request, ExpandBuf*) in TR_Suspend()
983 static JdwpError TR_Resume(JdwpState*, Request& request, ExpandBuf*) in TR_Resume()
1001 static JdwpError TR_Status(JdwpState*, Request& request, ExpandBuf* pReply) in TR_Status()
1023 static JdwpError TR_ThreadGroup(JdwpState*, Request& request, ExpandBuf* pReply) in TR_ThreadGroup()
1035 static JdwpError TR_Frames(JdwpState*, Request& request, ExpandBuf* pReply) in TR_Frames()
1067 static JdwpError TR_FrameCount(JdwpState*, Request& request, ExpandBuf* pReply) in TR_FrameCount()
1081 static JdwpError TR_OwnedMonitors(Request& request, ExpandBuf* reply, bool with_stack_depths) in TR_OwnedMonitors()
1105 static JdwpError TR_OwnedMonitors(JdwpState*, Request& request, ExpandBuf* reply) in TR_OwnedMonitors()
1110 static JdwpError TR_OwnedMonitorsStackDepthInfo(JdwpState*, Request& request, ExpandBuf* reply) in TR_OwnedMonitorsStackDepthInfo()
1115 static JdwpError TR_CurrentContendedMonitor(JdwpState*, Request& request, ExpandBuf* reply) in TR_CurrentContendedMonitor()
1127 static JdwpError TR_Interrupt(JdwpState*, Request& request, ExpandBuf* reply) in TR_Interrupt()
1139 static JdwpError TR_DebugSuspendCount(JdwpState*, Request& request, ExpandBuf* pReply) in TR_DebugSuspendCount()
1150 static JdwpError TGR_Name(JdwpState*, Request& request, ExpandBuf* pReply) in TGR_Name()
1160 static JdwpError TGR_Parent(JdwpState*, Request& request, ExpandBuf* pReply) in TGR_Parent()
1170 static JdwpError TGR_Children(JdwpState*, Request& request, ExpandBuf* pReply) in TGR_Children()
1179 static JdwpError AR_Length(JdwpState*, Request& request, ExpandBuf* pReply) in AR_Length()
1198 static JdwpError AR_GetValues(JdwpState*, Request& request, ExpandBuf* pReply) in AR_GetValues()
1209 static JdwpError AR_SetValues(JdwpState*, Request& request, ExpandBuf*) in AR_SetValues()
1217 static JdwpError CLR_VisibleClasses(JdwpState*, Request& request, ExpandBuf* pReply) in CLR_VisibleClasses()
1231 static JdwpError ER_Set(JdwpState* state, Request& request, ExpandBuf* pReply) in ER_Set()
1372 static JdwpError ER_Clear(JdwpState* state, Request& request, ExpandBuf*) in ER_Clear()
1386 static JdwpError SF_GetValues(JdwpState*, Request& request, ExpandBuf* pReply) in SF_GetValues()
1413 static JdwpError SF_SetValues(JdwpState*, Request& request, ExpandBuf*) in SF_SetValues()
1435 static JdwpError SF_ThisObject(JdwpState*, Request& request, ExpandBuf* reply) in SF_ThisObject()
1456 static JdwpError COR_ReflectedType(JdwpState*, Request& request, ExpandBuf* pReply) in COR_ReflectedType()
1465 static JdwpError DDM_Chunk(JdwpState* state, Request& request, ExpandBuf* pReply) in DDM_Chunk()
1486 typedef JdwpError (*JdwpRequestHandler)(JdwpState* state, Request& request, ExpandBuf* reply);
1629 static const char* GetCommandName(Request& request) { in GetCommandName()
1638 static std::string DescribeCommand(Request& request) { in DescribeCommand()
1651 size_t JdwpState::ProcessRequest(Request& request, ExpandBuf* pReply) { in ProcessRequest()