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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8GCController.cpp409 Heap::setForcePreciseGCForTesting();
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h371 void setForcePreciseGCForTesting(bool);
H A DThreadState.cpp836 setForcePreciseGCForTesting(false);
844 void ThreadState::setForcePreciseGCForTesting(bool value) function in class:blink::ThreadState
H A DHeap.cpp2578 void Heap::setForcePreciseGCForTesting() function in class:Heap
2580 ThreadState::current()->setForcePreciseGCForTesting(true);
H A DHeap.h1032 static void setForcePreciseGCForTesting();

Completed in 297 milliseconds