HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 376 - 400 of 1753) sorted by null

<<11121314151617181920>>

  /art/test/087-gc-after-link/src/
Main.java 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/087-gc-after-link.jar";
155 * See if we can GC after a failed load.
173 System.gc();
174 System.out.println("GC complete.");
  /dalvik/tests/072-precise-gc/src/
Main.java 85 * conservative GC will try to hold on to those objects and the
89 * indicator that precise GC is having an impact.
91 System.gc();
  /dalvik/tests/087-gc-after-link/src/
Main.java 155 * See if we can GC after a failed load.
173 System.gc();
174 System.out.println("GC complete.");
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 239 java.lang.System.gc();
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
CleanupReferenceTest.java 25 // owning ReferredObject instance which would defeat GC of that object.
48 // too, to force the GC to work.
49 System.gc();
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh 176 --with-gc=included \
177 --enable-nacl-gc \
  /external/chromium_org/tools/page_cycler/common/
start.js 76 if (!window.gc) {
77 document.write('<h3 style=\'color:red\'>WARNING: window.gc is not ' +
  /external/chromium_org/v8/test/mjsunit/compiler/
optimized-function-calls.js 28 // Flags: --allow-natives-syntax --expose-gc
31 gc();
  /external/chromium_org/v8/test/mjsunit/
object-literal-gc.js 28 // Flags: --expose-gc
50 // Perform GC.
51 gc();
  /external/chromium_org/v8/test/mjsunit/regress/
debug-prepare-step-in.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax --expose-gc
51 gc();
regress-1129.js 28 // Flags: --verify-heap --expose-gc
44 gc();
regress-117409.js 28 // Flags: --expose-gc
52 gc();
regress-124594.js 28 // Flags: --allow-natives-syntax --expose-gc
30 // Test that a GC inside a constructor frame is correctly handled right
38 gc();
regress-1493017.js 31 // Flags: --expose-gc --collect-maps
42 // Force a global GC. This will collect the maps starting from C and
44 gc();
regress-1560.js 28 // Flags: --allow-natives-syntax --expose-gc
66 gc();
regress-2681.js 28 // Flags: --expose-gc --noincremental-marking --harmony-generators
33 // Each GC ages code, and currently 6 gcs will flush all code.
34 for (var i = 0; i < 10; i++) gc();
regress-320532.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
30 // Flags: --stress-runs=8 --send-idle-notification --gc-global
regress-69.js 33 // Flags: --debug-code --expose-gc
40 gc();
regress-84234.js 28 // Flags: --expose-gc --noopt
50 gc();
regress-88858.js 28 // Flags: --expose-gc
65 gc();
regress-97116.js 28 // Flags: --expose-gc --allow-natives-syntax
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-97116b.js 28 // Flags: --expose-gc --allow-natives-syntax
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-convert-enum.js 28 // Flags: --expose-gc
48 gc();
regress-crbug-242502.js 28 // Flags: --expose-gc --allow-natives-syntax
58 // Clear stub cache during GC.
59 gc();
regress-deopt-gc.js 28 // Flags: --allow-natives-syntax --expose-gc
30 // This tests that we can correctly handle a GC immediately after a function
45 gc();

Completed in 539 milliseconds

<<11121314151617181920>>