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 381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
382 void enterNoAllocationScope() { m_noAllocationCount++; }
383 void leaveNoAllocationScope() { m_noAllocationCount--; }
703 size_t m_noAllocationCount;
ThreadState.cpp 311 , m_noAllocationCount(0)
    [all...]

Completed in 87 milliseconds