HomeSort by relevance Sort by last modified time
    Searched refs:SelfVerificationState (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/interp/
Jit.h 49 SelfVerificationState jitExitState; /* exit point for JIT'ed code */
50 SelfVerificationState selfVerificationState; /* current SV running state */
72 SelfVerificationState exitPoint,
InterpState.h 177 enum SelfVerificationState {
Jit.cpp 80 if (shadowSpace->selfVerificationState != kSVSIdle) {
82 self->threadId, shadowSpace->selfVerificationState);
86 shadowSpace->selfVerificationState = kSVSStart;
133 SelfVerificationState exitState,
145 if (shadowSpace->selfVerificationState != kSVSStart) {
147 self->threadId, shadowSpace->selfVerificationState);
158 shadowSpace->selfVerificationState = kSVSIdle;
160 shadowSpace->selfVerificationState = exitState;
214 shadowSpace->selfVerificationState);
267 SelfVerificationState state = shadowSpace->selfVerificationState
    [all...]

Completed in 148 milliseconds