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

/external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
H A DPendingGCRunner.h41 PendingGCRunner() : m_nesting(0) { }
45 // m_nesting can be 1 if this was unregistered in a task and
47 ASSERT(!m_nesting || m_nesting == 1);
52 m_nesting++;
60 if (m_nesting)
61 m_nesting--;
64 state->safePoint(m_nesting ? blink::ThreadState::HeapPointersOnStack : blink::ThreadState::NoHeapPointersOnStack);
68 int m_nesting; member in class:blink::PendingGCRunner

Completed in 1112 milliseconds