Lines Matching refs:JdwpState

102 static JdwpError finishInvoke(JdwpState* state,
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf,
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state,
258 static JdwpError handleVM_AllThreads(JdwpState* state,
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state,
304 static JdwpError handleVM_IDSizes(JdwpState* state,
321 static JdwpError handleVM_Dispose(JdwpState* state,
333 static JdwpError handleVM_Suspend(JdwpState* state,
343 static JdwpError handleVM_Resume(JdwpState* state,
353 static JdwpError handleVM_Exit(JdwpState* state,
370 static JdwpError handleVM_CreateString(JdwpState* state,
389 static JdwpError handleVM_Capabilities(JdwpState* state,
405 static JdwpError handleVM_ClassPaths(JdwpState* state,
436 static JdwpError HandleVM_DisposeObjects(JdwpState* state,
445 static JdwpError handleVM_CapabilitiesNew(JdwpState* state,
479 static JdwpError handleVM_AllClassesWithGeneric(JdwpState* state,
513 static JdwpError handleRT_Signature(JdwpState* state,
528 static JdwpError handleRT_Modifiers(JdwpState* state,
542 static JdwpError handleRT_GetValues(JdwpState* state,
562 static JdwpError handleRT_SourceFile(JdwpState* state,
579 static JdwpError handleRT_Status(JdwpState* state,
595 static JdwpError handleRT_Interfaces(JdwpState* state,
611 static JdwpError handleRT_ClassObject(JdwpState* state,
629 static JdwpError handleRT_SourceDebugExtension(JdwpState* state,
639 static JdwpError handleRT_SignatureWithGeneric(JdwpState* state,
663 static JdwpError handleRT_ClassLoader(JdwpState* state,
677 static JdwpError handleRT_FieldsWithGeneric(JdwpState* state,
693 static JdwpError handleRT_MethodsWithGeneric(JdwpState* state,
709 static JdwpError handleCT_Superclass(JdwpState* state,
724 static JdwpError handleCT_SetValues(JdwpState* state,
751 static JdwpError handleCT_InvokeMethod(JdwpState* state,
769 static JdwpError handleCT_NewInstance(JdwpState* state,
788 static JdwpError handleAT_newInstance(JdwpState* state,
808 static JdwpError handleM_LineTable(JdwpState* state,
826 static JdwpError handleM_VariableTableWithGeneric(JdwpState* state,
854 static JdwpError handleOR_ReferenceType(JdwpState* state,
873 static JdwpError handleOR_GetValues(JdwpState* state,
894 static JdwpError handleOR_SetValues(JdwpState* state,
929 static JdwpError handleOR_InvokeMethod(JdwpState* state,
944 static JdwpError handleOR_DisableCollection(JdwpState* state,
954 static JdwpError handleOR_EnableCollection(JdwpState* state,
964 static JdwpError handleOR_IsCollected(JdwpState* state,
981 static JdwpError handleSR_Value(JdwpState* state,
998 static JdwpError handleTR_Name(JdwpState* state,
1020 static JdwpError handleTR_Suspend(JdwpState* state,
1039 static JdwpError handleTR_Resume(JdwpState* state,
1058 static JdwpError handleTR_Status(JdwpState* state,
1083 static JdwpError handleTR_ThreadGroup(JdwpState* state,
1101 static JdwpError handleTR_Frames(JdwpState* state,
1149 static JdwpError handleTR_FrameCount(JdwpState* state,
1173 static JdwpError handleTR_CurrentContendedMonitor(JdwpState* state,
1192 static JdwpError handleTR_SuspendCount(JdwpState* state,
1208 static JdwpError handleTGR_Name(JdwpState* state,
1231 static JdwpError handleTGR_Parent(JdwpState* state,
1246 static JdwpError handleTGR_Children(JdwpState* state,
1280 static JdwpError handleAR_Length(JdwpState* state,
1298 static JdwpError handleAR_GetValues(JdwpState* state,
1321 static JdwpError handleAR_SetValues(JdwpState* state,
1341 static JdwpError handleCLR_VisibleClasses(JdwpState* state,
1371 static JdwpError handleER_Set(JdwpState* state,
1558 static JdwpError handleER_Clear(JdwpState* state,
1575 static JdwpError handleSF_GetValues(JdwpState* state,
1603 static JdwpError handleSF_SetValues(JdwpState* state,
1629 static JdwpError handleSF_ThisObject(JdwpState* state,
1657 static JdwpError handleCOR_ReflectedType(JdwpState* state,
1678 static JdwpError handleDDM_Chunk(JdwpState* state,
1714 typedef JdwpError (*JdwpRequestHandler)(JdwpState* state,
1877 void dvmJdwpProcessRequest(JdwpState* state, const JdwpReqHeader* pHeader,