Home
last modified time | relevance | path

Searched refs:collectGarbage (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp386 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in clearOutOldGarbage()
496 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in runThread()
501 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in runThread()
540 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in runThread()
545 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in runThread()
1161 Heap::collectGarbage(ThreadState::HeapPointersOnStack); in doStuff()
1416 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TEST()
1419 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TEST()
1431 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TEST()
1439 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TEST()
[all …]
DHeap.cpp519 Heap::collectGarbage(ThreadState::HeapPointersOnStack); in outOfLineAllocate()
1691 void Heap::collectGarbage(ThreadState::StackState stackState) in collectGarbage() function in WebCore::Heap
1753 collectGarbage(ThreadState::NoHeapPointersOnStack); in collectAllGarbage()
DThreadState.cpp661 Heap::collectGarbage(NoHeapPointersOnStack); in performPendingGC()
DHeap.h924 static void collectGarbage(ThreadState::StackState);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
DCleanupReferenceTest.java45 private void collectGarbage() { in collectGarbage() method in CleanupReferenceTest
63 collectGarbage(); in testCreateSingle()
88 collectGarbage(); in testCreateMany()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLeakDetector.cpp94 V8GCController::collectGarbage(v8::Isolate::GetCurrent()); in collectGarbageAndGetDOMCounts()
109 V8GCController::collectGarbage(V8PerIsolateData::mainThreadIsolate()); in delayedGCAndReport()
DWebRemoteFrameImpl.h67 virtual void collectGarbage() OVERRIDE;
DWebRemoteFrameImpl.cpp314 void WebRemoteFrameImpl::collectGarbage() in collectGarbage() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.h120 virtual void collectGarbage() OVERRIDE;
DWebLocalFrameImpl.cpp768 void WebLocalFrameImpl::collectGarbage() in collectGarbage() function in blink::WebLocalFrameImpl
774 V8GCController::collectGarbage(v8::Isolate::GetCurrent()); in collectGarbage()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8GCController.h50 static void collectGarbage(v8::Isolate*);
DScriptProfiler.h67 static void collectGarbage();
DV8GCController.cpp406 Heap::collectGarbage(ThreadState::HeapPointersOnStack); in gcEpilogue()
432 void V8GCController::collectGarbage(v8::Isolate* isolate) in collectGarbage() function in WebCore::V8GCController
DScriptProfiler.cpp98 void ScriptProfiler::collectGarbage() in collectGarbage() function in WebCore::ScriptProfiler
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp105 void InspectorHeapProfilerAgent::collectGarbage(WebCore::ErrorString*) in collectGarbage() function in WebCore::InspectorHeapProfilerAgent
107 ScriptProfiler::collectGarbage(); in collectGarbage()
DInspectorHeapProfilerAgent.h57 virtual void collectGarbage(ErrorString*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DImageBitmapTest.cpp74 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TearDown()
165 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); in TEST_F()
/external/chromium_org/mojo/bindings/js/
Dcore_unittests.js14 gc.collectGarbage(); // should not crash
/external/chromium_org/content/public/test/
Drender_view_test.cc212 GetMainFrame()->collectGarbage(); in TearDown()
218 GetMainFrame()->collectGarbage(); in TearDown()
/external/chromium_org/tools/lsan/
Dsuppressions.txt13 leak:WebCore::V8GCController::collectGarbage
/external/chromium_org/mojo/apps/js/bindings/
Dconnection_unittests.js77 gc.collectGarbage(); // should not crash
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h297 virtual void collectGarbage() = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPrerenderingTest.cpp202 m_webViewHelper.webView()->mainFrame()->collectGarbage(); in close()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DProfilesPanel.js711 HeapProfilerAgent.collectGarbage();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelinePanel.js731 HeapProfilerAgent.collectGarbage();