Searched refs:gc (Results 1 - 25 of 287) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/puff/
H A DMakefile42 rm -f puff puft *.o *.gc*
/external/vogar/src/vogar/target/
H A DTestEnvironment.java163 System.gc();
/external/v8/test/mjsunit/
H A Dtry.js28 // Flags: --expose-gc
71 if (i == iter) gc();
73 if (i == iter) gc();
H A Dunbox-double-arrays.js30 // Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc
352 // Force gc here to start with a clean heap if we repeat this test multiple
354 gc();
408 gc();
425 gc();
443 gc();
H A Dallocation-folding.js28 // Flags: --allow-natives-syntax --nouse-osr --expose-gc
45 gc();
61 gc();
77 gc();
99 gc();
H A Dallocation-site-info.js28 // Flags: --allow-natives-syntax --expose-gc
392 // Perform a gc because without it the test below can experience an
394 // cleared on gc, and they can't deliver elements kind feedback when that
396 gc();
H A Dapply-arguments-gc-safepoint.js28 // Flags: --expose-gc
34 if (x == 149999) gc();
H A Darray-bounds-check-removal.js28 // Flags: --allow-natives-syntax --expose-gc
231 gc();
H A Darray-feedback.js28 // Flags: --allow-natives-syntax --expose-gc
135 gc();
H A Darray-literal-transitions.js28 // Flags: --allow-natives-syntax --expose-gc
91 gc();
96 gc();
H A Dcontext-calls-maintained.js28 // Flags: --expose-gc --allow-natives-syntax
32 gc();
33 gc();
34 gc();
H A Ddebug-evaluate-locals-optimized-double.js28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax
239 gc();
H A Ddebug-evaluate-locals-optimized.js28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax
220 gc();
/external/v8/test/webkit/
H A Dduplicate-param-gc-crash.js28 function gc() function
54 gc();
68 gc();
H A Dexception-try-finally-scope-error.js26 function gc() function
59 gc();
H A Dvar-shadows-arg-gc-crash.js28 function gc() function
55 gc();
/external/v8/tools/
H A Dandroid-ll-prof.sh57 ./d8 --ll_prof --gc-fake-mmap=/data/local/tmp/__v8_gc__ $RUN_ARGS"
67 --gc-fake-mmap=/data/local/tmp/__v8_gc__ \
H A Dtickprocessor.js203 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
382 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
481 this.printLine('GC', this.ticks_.gc, totalTicks, nonLibraryTicks);
872 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
/external/v8/tools/gcmole/
H A Dgcmole.lua216 local gc, gc_caused, funcs
260 gc[name] = true
267 gc[name] = false
295 if gc[caller] == nil then
296 gc[caller] = true
304 if gc[funcname] then mark(funcname, callers) end
310 gc, gc_caused, funcs = {}, {}, {}
320 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/v8/test/mjsunit/bugs/
H A Dbug-2337.js28 // Flags: --expose-debug-as debug --expose-gc
43 gc();
52 gc();
/external/v8/test/mjsunit/compiler/
H A Descape-analysis.js28 // Flags: --allow-natives-syntax --use-escape-analysis --expose-gc
268 gc(); // Clears type feedback of constructor call.
H A Doptimized-function-calls.js28 // Flags: --allow-natives-syntax --expose-gc
31 gc();
H A Dsafepoint.js28 // Flags: --expose-gc
33 x.gc();
34 x.gc();
38 var o = {gc:gc};
H A Duint32.js28 // Flags: --allow-natives-syntax --expose-gc
160 gc();
161 gc();
173 gc();

Completed in 306 milliseconds

1234567891011>>