/external/webkit/WebCore/ForwardingHeaders/runtime/ |
Collector.h | 3 #include <JavaScriptCore/Collector.h>
|
/dalvik/tests/074-gc-thrash/ |
info.txt | 1 This thrashes the memory allocator and garbage collector for a brief period.
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
GCControllerWin.cpp | 39 COMPtr<IWebJavaScriptCollector> collector; local 40 if (FAILED(WebKitCreateInstance(CLSID_WebJavaScriptCollector, 0, IID_IWebJavaScriptCollector, (void**)&collector))) 42 collector->collect(); 47 COMPtr<IWebJavaScriptCollector> collector; local 48 if (FAILED(WebKitCreateInstance(CLSID_WebJavaScriptCollector, 0, IID_IWebJavaScriptCollector, (void**)&collector))) 50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE); 55 COMPtr<IWebJavaScriptCollector> collector; local 56 if (FAILED(WebKitCreateInstance(CLSID_WebJavaScriptCollector, 0, IID_IWebJavaScriptCollector, (void**)&collector))) 59 collector->objectCount(&objects);
|
/dalvik/dx/tests/091-ssa-const-collector/ |
info.txt | 1 This test case tests the "const collector" optimization step.
|
/external/webkit/LayoutTests/fast/js/resources/ |
garbage-collect-after-string-appends.js-disabled | 6 // cost to the garbage collector. It should be improved to be less tied to these implementation details. 35 testPassed("Garbage Collector triggered") 37 testFailed("Garbage Collector NOT triggered. Number of JSObjects: " + jsObjCount);
|
/external/webkit/JavaScriptCore/API/ |
JSBasePrivate.h | 38 @abstract Reports an object's non-GC memory payload to the garbage collector. 41 @discussion Use this function to notify the garbage collector that a GC object 43 garbage collector to collect soon, hoping to reclaim that large non-GC memory
|
JSBase.cpp | 103 // once the garbage collector is done if this is called when 104 // the collector is busy.
|
JSCallbackObject.cpp | 30 #include "Collector.h"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
UnitTests.java | 39 UnitTestCollector collector = new UnitTestCollector(); local 40 collector.addTestCases(suite, AndroidTestPlugin.getDefault(), TEST_PACKAGE); 46 * Specialized test collector which will skip adding functional tests
|
/frameworks/base/core/java/android/database/sqlite/ |
DatabaseObjectNotClosedException.java | 20 * An exception that indicates that garbage-collector is finalizing a database object
|
/external/webkit/JavaScriptCore/qt/api/ |
qscriptengine.cpp | 75 Runs the garbage collector. 77 The garbage collector will attempt to reclaim memory by locating and disposing of objects that are 80 Normally you don't need to call this function; the garbage collector will automatically be invoked
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 103 TestCollector collector = new TestCollector(); local 107 runner.run(collector); 108 if (collector.getErrorMessage() != null) { 110 reportError(collector.getErrorMessage()); 115 notifyTestRunStarted(collector.getTestCaseCount()); 119 collector.sendTrees(this);
|
/external/webkit/JavaScriptCore/ |
ChangeLog-2002-12-03 | 27 * kjs/collector.cpp: 35 Change ActivationImp to be allocated via the garbage collector 52 * kjs/collector.cpp: 190 Numerous collector changes for a net gain of 3% on JS ibench: 195 - When scanning heap in collector, skip scanning the rest of a 199 Also the following collector changes unrelated to performance: 204 * kjs/collector.cpp: 228 * kjs/collector.h: Remove _COLLECTOR hack and just make rootObjectClasses 230 * kjs/collector.cpp: Remove _COLLECTOR hack, and various other minor tweaks. 256 * kjs/collector.cpp: Change CELL_SIZE from 64 to 56 [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ref/ |
package.html | 6 garbage collector. The behavior depends on the type of {@link Reference} 10 being imposed on the garbage collector as to when it is allowed to
|
/external/guava/src/com/google/common/base/ |
FinalizablePhantomReference.java | 23 * background thread invokes after the garbage collector reclaims the
|
FinalizableSoftReference.java | 23 * thread invokes after the garbage collector reclaims the referent. This is a
|
FinalizableWeakReference.java | 23 * thread invokes after the garbage collector reclaims the referent. This is a
|
/dalvik/vm/alloc/ |
Heap.h | 67 * Run the garbage collector without doing any locking.
|
/external/v8/test/mjsunit/regress/ |
regress-937896.js | 28 // This used to crash because the label collector in the parser didn't
|
/frameworks/base/docs/html/resources/articles/ |
track-mem.jd | 6 Dalvik's garbage collector, which can sometimes cause performance issues if you 11 many allocations, the garbage collector will kick in and stop your application 24 does not get interrupted too often. The Android garbage collector is
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
DirectByteBuffers.java | 61 * the garbage collector to autofree this memory.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Cube.java | 66 // native heap where the garbage collector cannot
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/ |
Cube.java | 66 // native heap where the garbage collector cannot
|
/external/v8/test/mjsunit/ |
object-literal-gc.js | 31 // works. In particular, test that the garbage collector handles the
|
/external/webkit/JavaScriptCore/runtime/ |
InitializeThreading.cpp | 32 #include "Collector.h"
|