Searched
refs:gc (Results
401 -
425 of
1753) sorted by null
<<11121314151617181920>>
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-deopt-gcb.js | 28 // Flags: --allow-natives-syntax --expose-gc 30 // This tests that we can correctly handle a GC immediately after a function 45 gc();
|
regress-lazy-deopt-reloc.js | 30 // Flags: --allow-natives-syntax --expose-gc --nodebug-code 52 gc();
|
regress-transcendental.js | 28 // Flags: --expose-gc 35 gc();
|
/external/chromium_org/v8/test/webkit/ |
exception-try-finally-scope-error.js | 26 function gc() function 31 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC. 59 gc();
|
var-shadows-arg-gc-crash.js | 28 function gc() function 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC. 55 gc();
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.lua | 45 -- can be causing GC. Currently used to reduce number of false 205 local gc, gc_caused, funcs 219 -- functions only cause GC and return Failure simulataneously. 249 gc[name] = true 250 AddCause(name, "<GC>") 256 gc[name] = false 280 log "** Propagating GC information" 284 if gc[caller] == nil then 285 gc[caller] = true 293 if gc[funcname] then mark(funcname, callers) en [all...] |
/external/compiler-rt/BlocksRuntime/tests/ |
makefile | 17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation
|
/external/guava/guava-tests/test/com/google/common/collect/ |
InternersTest.java | 78 System.gc();
|
/external/proguard/src/proguard/gui/ |
ProGuardRunnable.java | 105 System.gc();
|
ReTraceRunnable.java | 111 System.gc();
|
/external/v8/test/mjsunit/compiler/ |
optimized-function-calls.js | 28 // Flags: --allow-natives-syntax --expose-gc 31 gc();
|
/external/v8/test/mjsunit/ |
object-literal-gc.js | 28 // Flags: --expose-gc 50 // Perform GC. 51 gc();
|
/external/v8/test/mjsunit/regress/ |
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-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-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();
|
regress-lazy-deopt-reloc.js | 30 // Flags: --allow-natives-syntax --expose-gc --nodebug-code 52 gc();
|
/external/v8/tools/gcmole/ |
gcmole.lua | 45 -- can be causing GC. Currently used to reduce number of false 202 local gc, gc_caused, funcs 216 -- functions only cause GC and return Failure simulataneously. 246 gc[name] = true 247 AddCause(name, "<GC>") 253 gc[name] = false 277 log "** Propagating GC information" 281 if gc[caller] == nil then 282 gc[caller] = true 290 if gc[funcname] then mark(funcname, callers) en [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfgloop.h | 90 DEF_VEC_ALLOC_P (loop_p, gc); 126 VEC (loop_p, gc) *superloops; 193 VEC (loop_p, gc) *larray; 457 static inline VEC (loop_p, gc) *
|
Completed in 442 milliseconds
<<11121314151617181920>>