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

/external/webkit/Source/WebCore/bindings/js/
H A DGCController.h41 void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
H A DGCController.cpp75 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone) function in class:WebCore::GCController
/external/webkit/Source/WebKit/win/
H A DWebJavaScriptCollector.cpp102 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm120 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp262 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp616 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp388 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);

Completed in 126 milliseconds