Searched refs:m_noAllocationCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
382 void enterNoAllocationScope() { m_noAllocationCount++; }
383 void leaveNoAllocationScope() { m_noAllocationCount--; }
703 size_t m_noAllocationCount; member in class:blink::ThreadState
H A DThreadState.cpp311 , m_noAllocationCount(0)

Completed in 224 milliseconds