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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 302 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
303 void enterNoAllocationScope() { m_noAllocationCount++; }
304 void leaveNoAllocationScope() { m_noAllocationCount--; }
574 size_t m_noAllocationCount;
ThreadState.cpp 276 , m_noAllocationCount(0)

Completed in 406 milliseconds