Searched refs:isAtSafePoint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
455 bool isAtSafePoint() const { return m_atSafePoint; } function in class:blink::ThreadState
467 if (m_state->isAtSafePoint()) {
763 if (!state->isSweepInProgress() && !state->isAtSafePoint()) {
H A DThreadState.cpp132 ASSERT(ThreadState::current()->isAtSafePoint());
195 ASSERT(ThreadState::current()->isAtSafePoint());
1240 ASSERT(!state->isAtSafePoint());
H A DHeap.cpp1062 ASSERT((*it)->isAtSafePoint());

Completed in 100 milliseconds