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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
455 bool isAtSafePoint() const { return m_atSafePoint; }
467 if (m_state->isAtSafePoint()) {
763 if (!state->isSweepInProgress() && !state->isAtSafePoint()) {
ThreadState.cpp 132 ASSERT(ThreadState::current()->isAtSafePoint());
195 ASSERT(ThreadState::current()->isAtSafePoint());
    [all...]
Heap.cpp     [all...]

Completed in 162 milliseconds