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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp329 m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper"));
1148 if (m_sweeperThread && pageCount > minNumberOfPagesForParallelSweep) {
1157 m_sweeperThread->postTask(new SweepNonFinalizedHeapTask(this, splitOff, stats));
H A DThreadState.h715 OwnPtr<blink::WebThread> m_sweeperThread; member in class:blink::ThreadState

Completed in 60 milliseconds