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

  /dalvik/vm/interp/
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...]
Jit.h 49 SelfVerificationState jitExitState; /* exit point for JIT'ed code */
50 SelfVerificationState selfVerificationState; /* current SV running state */
72 SelfVerificationState exitPoint,
  /dalvik/vm/mterp/common/
asm-constants.h 122 MTERP_OFFSET(offShadowSpace_svState, ShadowSpace, selfVerificationState, 32)

Completed in 85 milliseconds