Lines Matching refs:selfVerificationState
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()
299 shadowSpace->selfVerificationState = kSVSIdle; in dvmCheckSelfVerification()
308 shadowSpace->selfVerificationState = kSVSDebugInterp; in dvmCheckSelfVerification()
341 shadowSpace->selfVerificationState = kSVSDebugInterp; in dvmCheckSelfVerification()
374 shadowSpace->selfVerificationState = kSVSDebugInterp; in dvmCheckSelfVerification()