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

  /dalvik/vm/interp/
Jit.h 46 SelfVerificationState jitExitState; /* exit point for JIT'ed code */
47 SelfVerificationState selfVerificationState; /* current SV running state */
70 SelfVerificationState exitPoint);
Jit.c 73 if (shadowSpace->selfVerificationState != kSVSIdle) {
75 self->threadId, shadowSpace->selfVerificationState);
79 shadowSpace->selfVerificationState = kSVSStart;
138 SelfVerificationState exitState)
152 if (shadowSpace->selfVerificationState != kSVSStart) {
154 self->threadId, shadowSpace->selfVerificationState);
175 shadowSpace->selfVerificationState = kSVSIdle;
198 shadowSpace->selfVerificationState = kSVSNormal;
200 shadowSpace->selfVerificationState = exitState;
245 shadowSpace->selfVerificationState);
    [all...]
  /dalvik/vm/compiler/
Compiler.h 144 typedef enum SelfVerificationState {
155 } SelfVerificationState;

Completed in 64 milliseconds