Searched refs:selfVerificationState (Results 1 – 3 of 3) sorted by relevance
80 if (shadowSpace->selfVerificationState != kSVSIdle) { in dvmSelfVerificationSaveState()82 self->threadId, shadowSpace->selfVerificationState); in dvmSelfVerificationSaveState()86 shadowSpace->selfVerificationState = kSVSStart; in dvmSelfVerificationSaveState()145 if (shadowSpace->selfVerificationState != kSVSStart) { in dvmSelfVerificationRestoreState()147 self->threadId, shadowSpace->selfVerificationState); in dvmSelfVerificationRestoreState()158 shadowSpace->selfVerificationState = kSVSIdle; in dvmSelfVerificationRestoreState()160 shadowSpace->selfVerificationState = exitState; in dvmSelfVerificationRestoreState()214 shadowSpace->selfVerificationState); in selfVerificationDumpState()267 SelfVerificationState state = shadowSpace->selfVerificationState; in dvmCheckSelfVerification()288 shadowSpace->selfVerificationState = kSVSDebugInterp; in dvmCheckSelfVerification()[all …]
50 SelfVerificationState selfVerificationState; /* current SV running state */ member
122 MTERP_OFFSET(offShadowSpace_svState, ShadowSpace, selfVerificationState, 32)