| /device/asus/grouper/ |
| device-common.mk | 112 # we have enough storage space to hold precise GC data 113 PRODUCT_TAGS += dalvik.gc.type-precise
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
| runner.js | 102 PerfTestRunner.gc = function () { 158 PerfTestRunner.gc();
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
| xmesaP.h | 217 XMesaGC gc; /* scratch GC for span, line, tri drawing */ member in struct:xmesa_buffer 218 XMesaGC cleargc; /* GC for clearing the color buffer */ 219 XMesaGC swapgc; /* GC for swapping the color buffers */
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| escape-analysis.js | 28 // Flags: --allow-natives-syntax --use-escape-analysis --expose-gc 268 gc(); // Clears type feedback of constructor call.
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-evaluate-locals-optimized-double.js | 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax 239 gc();
|
| debug-evaluate-locals-optimized.js | 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax 220 gc();
|
| getters-on-elements.js | 35 // a function in a gc in the stack guard at the beginning of the (optimized) 37 // dependent code from those maps. The choice is to insert strategic gc()
|
| /external/elfutils/0.153/libdwfl/ |
| dwfl_report_elf.c | 246 m->gc = true;
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| CacheReferencesTest.java | 147 // make sure the GC isn't going to see key2 or value2 as dead in assertCleanup 155 // initialSize will most likely be 2, but it's possible for the GC to have already run, so we'll 163 System.gc();
|
| /external/mesa3d/src/mesa/drivers/x11/ |
| xmesaP.h | 217 XMesaGC gc; /* scratch GC for span, line, tri drawing */ member in struct:xmesa_buffer 218 XMesaGC cleargc; /* GC for clearing the color buffer */ 219 XMesaGC swapgc; /* GC for swapping the color buffers */
|
| /external/openfst/src/include/fst/ |
| accumulator.h | 349 CacheLogAccumulatorData(bool gc, size_t gc_limit) 350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {} 373 GC(false); 387 bool recent; // Has this state been accessed since last GC? 393 // accessed since the last GC ('free_recent = false') until 396 void GC(bool free_recent) { 411 GC(true); 417 size_t cache_size_; // # of bytes allowed before GC 436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false, 439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId) [all...] |
| cache.h | 38 bool gc; // enable GC member in struct:fst::CacheOptions 39 size_t gc_limit; // # of bytes allowed before GC 41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} 43 : gc(FLAGS_fst_default_cache_gc), 94 // mark it as cached. If the 'gc' option is 'false', cached items have 95 // the extent of the FST - minimizing computation. If the 'gc' option 134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0), 141 // Preserve gc parameters. If preserve_cache true, also preserves 244 GC(s, false) [all...] |
| /external/openfst/src/include/fst/extensions/pdt/ |
| shortest-path.h | 45 PdtShortestPathOptions(bool kp = false, bool gc = true) 46 : keep_parentheses(kp), path_gc(gc) {} 124 PdtShortestPathData(bool gc) 127 gc_(gc), 136 VLOG(1) << "# of GC'd search states: " << ngc_; 211 void GC(StateId s); 288 bool gc_; // Allow GC? 290 size_t ngc_; // Number of GC'd search states 301 void PdtShortestPathData<Arc>::GC(StateId start) { 548 sp_data_.GC(start) [all...] |
| /art/compiler/ |
| image_writer.cc | 34 #include "gc/accounting/card_table-inl.h" 35 #include "gc/accounting/heap_bitmap.h" 36 #include "gc/accounting/space_bitmap-inl.h" 37 #include "gc/heap.h" 38 #include "gc/space/large_object_space.h" 39 #include "gc/space/space-inl.h" 132 gc::Heap* heap = Runtime::Current()->GetHeap(); 431 image_bitmap_.reset(gc::accounting::ContinuousSpaceBitmap::Create("image bitmap", image_->Begin(), 513 gc::Heap* heap = Runtime::Current()->GetHeap(); 528 // Some strings could have gotten freed if AllocStringArray caused a GC [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
| glx_api.c | 1241 GLXContext gc = glXGetCurrentContext(); local 1249 GLXContext gc = glXGetCurrentContext(); local [all...] |
| /external/chromium_org/v8/test/mjsunit/es6/ |
| symbols.js | 28 // Flags: --expose-gc --allow-natives-syntax 56 indirect() // Call once before GC throws away type feedback. 57 gc() // Promote existing symbols and then allocate some more. 405 gc();
|
| /external/chromium_org/v8/tools/gyp/ |
| v8_base.host.darwin-arm.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.darwin-arm64.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.darwin-mips.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.darwin-mips64.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.darwin-x86.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.darwin-x86_64.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.linux-arm.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.linux-arm64.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|
| v8_base.host.linux-mips.mk | 107 v8/src/extensions/gc-extension.cc \ 122 v8/src/heap/gc-idle-time-handler.cc \ 123 v8/src/heap/gc-tracer.cc \
|