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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 182 void exitState(PlatformGraphicsContext* context) {
183 ALOGV("exitState %p", this);
274 fromState->exitState(context);
279 fromState->exitState(context);
369 m_currState->exitState(&m_context);
474 currState->exitState(&context);
    [all...]
  /dalvik/vm/interp/
Jit.cpp 133 SelfVerificationState exitState,
139 shadowSpace->jitExitState = exitState;
157 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
160 shadowSpace->selfVerificationState = exitState;
    [all...]

Completed in 52 milliseconds