Searched defs:isAtSafePoint (Results 1 - 1 of 1) 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()) {

Completed in 111 milliseconds