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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp193 class TestGCScope { class in namespace:blink
195 explicit TestGCScope(ThreadState::StackState state) function in class:blink::TestGCScope
210 ~TestGCScope()
229 TestGCScope scope(ThreadState::NoHeapPointersOnStack);
3322 TestGCScope scope(ThreadState::HeapPointersOnStack);
3341 TestGCScope scope(ThreadState::HeapPointersOnStack);
3966 TestGCScope scope(ThreadState::NoHeapPointersOnStack);
3982 TestGCScope scope(ThreadState::NoHeapPointersOnStack);

Completed in 358 milliseconds