HomeSort by relevance Sort by last modified time
    Searched refs:isAtSafePoint (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; }
374 bool isAtSafePoint() const { return m_atSafePoint; }
386 if (m_state->isAtSafePoint()) {
621 if (!state->isAtSafePoint()) {
ThreadState.cpp 123 ASSERT(ThreadState::current()->isAtSafePoint());
186 ASSERT(ThreadState::current()->isAtSafePoint());
337 if (!state->isAtSafePoint())
409 if (!state->isAtSafePoint())
901 ASSERT(!state->isAtSafePoint());

Completed in 165 milliseconds