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 45 ThreadState::current()->leaveSafePoint();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 454 void leaveSafePoint(SafePointAwareMutexLocker* = 0);
480 m_state->leaveSafePoint();
746 // to complete in the leaveSafePoint method, by releasing the lock if the
747 // leaveSafePoint method cannot complete without blocking, see
758 bool leaveSafePoint = false;
765 leaveSafePoint = true;
769 if (leaveSafePoint) {
774 state->leaveSafePoint(this);
ThreadState.cpp 219 void leaveSafePoint(ThreadState* state, SafePointAwareMutexLocker* locker = 0)
    [all...]

Completed in 70 milliseconds