• Home
  • Raw
  • Download

Lines Matching refs:state

102 static JdwpError finishInvoke(JdwpState* state,  in finishInvoke()  argument
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version() argument
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state, in handleVM_ClassesBySignature() argument
258 static JdwpError handleVM_AllThreads(JdwpState* state, in handleVM_AllThreads() argument
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state, in handleVM_TopLevelThreadGroups() argument
304 static JdwpError handleVM_IDSizes(JdwpState* state, in handleVM_IDSizes() argument
321 static JdwpError handleVM_Dispose(JdwpState* state, in handleVM_Dispose() argument
333 static JdwpError handleVM_Suspend(JdwpState* state, in handleVM_Suspend() argument
343 static JdwpError handleVM_Resume(JdwpState* state, in handleVM_Resume() argument
353 static JdwpError handleVM_Exit(JdwpState* state, in handleVM_Exit() argument
370 static JdwpError handleVM_CreateString(JdwpState* state, in handleVM_CreateString() argument
390 static JdwpError handleVM_Capabilities(JdwpState* state, in handleVM_Capabilities() argument
406 static JdwpError handleVM_ClassPaths(JdwpState* state, in handleVM_ClassPaths() argument
437 static JdwpError HandleVM_DisposeObjects(JdwpState* state, in HandleVM_DisposeObjects() argument
446 static JdwpError handleVM_CapabilitiesNew(JdwpState* state, in handleVM_CapabilitiesNew() argument
480 static JdwpError handleVM_AllClassesWithGeneric(JdwpState* state, in handleVM_AllClassesWithGeneric() argument
514 static JdwpError handleRT_Signature(JdwpState* state, in handleRT_Signature() argument
529 static JdwpError handleRT_Modifiers(JdwpState* state, in handleRT_Modifiers() argument
543 static JdwpError handleRT_GetValues(JdwpState* state, in handleRT_GetValues() argument
563 static JdwpError handleRT_SourceFile(JdwpState* state, in handleRT_SourceFile() argument
580 static JdwpError handleRT_Status(JdwpState* state, in handleRT_Status() argument
596 static JdwpError handleRT_Interfaces(JdwpState* state, in handleRT_Interfaces() argument
612 static JdwpError handleRT_ClassObject(JdwpState* state, in handleRT_ClassObject() argument
630 static JdwpError handleRT_SourceDebugExtension(JdwpState* state, in handleRT_SourceDebugExtension() argument
640 static JdwpError handleRT_SignatureWithGeneric(JdwpState* state, in handleRT_SignatureWithGeneric() argument
664 static JdwpError handleRT_ClassLoader(JdwpState* state, in handleRT_ClassLoader() argument
678 static JdwpError handleRT_FieldsWithGeneric(JdwpState* state, in handleRT_FieldsWithGeneric() argument
694 static JdwpError handleRT_MethodsWithGeneric(JdwpState* state, in handleRT_MethodsWithGeneric() argument
710 static JdwpError handleCT_Superclass(JdwpState* state, in handleCT_Superclass() argument
725 static JdwpError handleCT_SetValues(JdwpState* state, in handleCT_SetValues() argument
752 static JdwpError handleCT_InvokeMethod(JdwpState* state, in handleCT_InvokeMethod() argument
759 return finishInvoke(state, buf, dataLen, pReply, in handleCT_InvokeMethod()
770 static JdwpError handleCT_NewInstance(JdwpState* state, in handleCT_NewInstance() argument
782 return finishInvoke(state, buf, dataLen, pReply, in handleCT_NewInstance()
789 static JdwpError handleAT_newInstance(JdwpState* state, in handleAT_newInstance() argument
809 static JdwpError handleM_LineTable(JdwpState* state, in handleM_LineTable() argument
827 static JdwpError handleM_VariableTableWithGeneric(JdwpState* state, in handleM_VariableTableWithGeneric() argument
855 static JdwpError handleOR_ReferenceType(JdwpState* state, in handleOR_ReferenceType() argument
874 static JdwpError handleOR_GetValues(JdwpState* state, in handleOR_GetValues() argument
895 static JdwpError handleOR_SetValues(JdwpState* state, in handleOR_SetValues() argument
930 static JdwpError handleOR_InvokeMethod(JdwpState* state, in handleOR_InvokeMethod() argument
938 return finishInvoke(state, buf, dataLen, pReply, in handleOR_InvokeMethod()
945 static JdwpError handleOR_DisableCollection(JdwpState* state, in handleOR_DisableCollection() argument
955 static JdwpError handleOR_EnableCollection(JdwpState* state, in handleOR_EnableCollection() argument
965 static JdwpError handleOR_IsCollected(JdwpState* state, in handleOR_IsCollected() argument
982 static JdwpError handleSR_Value(JdwpState* state, in handleSR_Value() argument
999 static JdwpError handleTR_Name(JdwpState* state, in handleTR_Name() argument
1021 static JdwpError handleTR_Suspend(JdwpState* state, in handleTR_Suspend() argument
1040 static JdwpError handleTR_Resume(JdwpState* state, in handleTR_Resume() argument
1059 static JdwpError handleTR_Status(JdwpState* state, in handleTR_Status() argument
1084 static JdwpError handleTR_ThreadGroup(JdwpState* state, in handleTR_ThreadGroup() argument
1102 static JdwpError handleTR_Frames(JdwpState* state, in handleTR_Frames() argument
1150 static JdwpError handleTR_FrameCount(JdwpState* state, in handleTR_FrameCount() argument
1174 static JdwpError handleTR_CurrentContendedMonitor(JdwpState* state, in handleTR_CurrentContendedMonitor() argument
1193 static JdwpError handleTR_SuspendCount(JdwpState* state, in handleTR_SuspendCount() argument
1209 static JdwpError handleTGR_Name(JdwpState* state, in handleTGR_Name() argument
1232 static JdwpError handleTGR_Parent(JdwpState* state, in handleTGR_Parent() argument
1247 static JdwpError handleTGR_Children(JdwpState* state, in handleTGR_Children() argument
1281 static JdwpError handleAR_Length(JdwpState* state, in handleAR_Length() argument
1299 static JdwpError handleAR_GetValues(JdwpState* state, in handleAR_GetValues() argument
1322 static JdwpError handleAR_SetValues(JdwpState* state, in handleAR_SetValues() argument
1342 static JdwpError handleCLR_VisibleClasses(JdwpState* state, in handleCLR_VisibleClasses() argument
1372 static JdwpError handleER_Set(JdwpState* state, in handleER_Set() argument
1538 u4 requestId = dvmJdwpNextEventSerial(state); in handleER_Set()
1546 JdwpError err = dvmJdwpRegisterEvent(state, pEvent); in handleER_Set()
1559 static JdwpError handleER_Clear(JdwpState* state, in handleER_Clear() argument
1568 dvmJdwpUnregisterEventById(state, requestId); in handleER_Clear()
1576 static JdwpError handleSF_GetValues(JdwpState* state, in handleSF_GetValues() argument
1604 static JdwpError handleSF_SetValues(JdwpState* state, in handleSF_SetValues() argument
1630 static JdwpError handleSF_ThisObject(JdwpState* state, in handleSF_ThisObject() argument
1658 static JdwpError handleCOR_ReflectedType(JdwpState* state, in handleCOR_ReflectedType() argument
1679 static JdwpError handleDDM_Chunk(JdwpState* state, in handleDDM_Chunk() argument
1690 if (!state->ddmActive) { in handleDDM_Chunk()
1691 state->ddmActive = true; in handleDDM_Chunk()
1715 typedef JdwpError (*JdwpRequestHandler)(JdwpState* state,
1878 void dvmJdwpProcessRequest(JdwpState* state, const JdwpReqHeader* pHeader, in dvmJdwpProcessRequest() argument
1891 dvmQuasiAtomicSwap64(0, &state->lastActivityWhen); in dvmJdwpProcessRequest()
1910 dvmJdwpSetWaitForEventThread(state, 0); in dvmJdwpProcessRequest()
1927 result = (*gHandlerMap[i].func)(state, buf, dataLen, pReply); in dvmJdwpProcessRequest()
1969 dvmQuasiAtomicSwap64(dvmJdwpGetNowMsec(), &state->lastActivityWhen); in dvmJdwpProcessRequest()