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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 288 class NoSweepScope {
290 explicit NoSweepScope(ThreadState* state) : m_state(state)
295 ~NoSweepScope()
ThreadState.cpp     [all...]
Heap.cpp 800 ThreadState::NoSweepScope scope(m_threadState);
    [all...]

Completed in 550 milliseconds