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

  /external/chromium_org/third_party/WebKit/Source/web/
WebHeap.cpp 55 WebCore::ThreadState::current()->leaveSafePoint();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 373 void leaveSafePoint(SafePointAwareMutexLocker* = 0);
399 m_state->leaveSafePoint();
610 // to complete in the leaveSafePoint method, by releasing the lock if the
611 // leaveSafePoint method cannot complete without blocking, see
620 bool leaveSafePoint = false;
623 leaveSafePoint = true;
627 if (leaveSafePoint) {
632 state->leaveSafePoint(this);
ThreadState.cpp 211 void leaveSafePoint(ThreadState* state, SafePointAwareMutexLocker* locker = 0)
342 state->leaveSafePoint();
414 state->leaveSafePoint();
811 void ThreadState::leaveSafePoint(SafePointAwareMutexLocker* locker)
815 s_safePointBarrier->leaveSafePoint(this, locker);

Completed in 118 milliseconds