HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 301 - 325 of 633) sorted by null

<<11121314151617181920>>

  /art/test/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";
47 System.gc();
49 System.gc();
230 * Wipe "strong", do a GC, see if "weak" got collected.
235 Runtime.getRuntime().gc();
  /build/core/combo/
TARGET_linux-arm64.mk 164 -Wl,--gc-sections \
189 -Wl,--gc-sections \
214 -Wl,--gc-sections \
TARGET_linux-mips64.mk 174 -Wl,--gc-sections \
199 -Wl,--gc-sections \
224 -Wl,--gc-sections \
TARGET_linux-arm.mk 198 -Wl,--gc-sections \
223 -Wl,--gc-sections \
248 -Wl,--gc-sections \
TARGET_linux-mips.mk 170 -Wl,--gc-sections \
195 -Wl,--gc-sections \
220 -Wl,--gc-sections \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 24 import org.eclipse.swt.graphics.GC;
198 GC gc = new GC(image); local
199 barGraph.paint(display, GRAPH_WIDTH, height, gc);
200 gc.dispose();
  /external/f2fs-tools/tools/
f2fstat.c 32 unsigned long gc, bg_gc; variable
104 { "GC calls", &gc, 0 },
217 char name_h[5][20] = {"main segments", "page/slab caches", "cp/gc", "blks", "memory"};
234 "sit", "nat", "fnid", "cp", "gc", "ssr", "lfs", "total", "node", "meta"};
297 cp, gc, ssr_blks, lfs_blks, memory_kb, node_kb, meta_kb);
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 176 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
178 gc->clear();
179 gc->set(1990, UCAL_MARCH, 1);
180 UDate marchOneStd = gc->getTime(status); // Local Std time midnight
181 gc->clear();
182 gc->set(1990, UCAL_JULY, 1);
183 UDate julyOneStd = gc->getTime(status); // Local Std time midnight
193 delete gc;
194 gc = new GregorianCalendar(*zone, status);
234 delete gc;
350 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
caltest.cpp 519 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
521 delete gc;
523 gc = new GregorianCalendar(Locale::getEnglish(), status);
525 delete gc;
527 gc = new GregorianCalendar(Locale::getEnglish(), status);
528 delete gc;
530 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
532 delete gc;
534 gc = new GregorianCalendar(zone, status);
536 delete gc;
634 GregorianCalendar* gc = new GregorianCalendar(status); local
1394 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 167 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
169 gc->clear();
170 gc->set(1990, UCAL_MARCH, 1);
171 UDate marchOneStd = gc->getTime(status); // Local Std time midnight
172 gc->clear();
173 gc->set(1990, UCAL_JULY, 1);
174 UDate julyOneStd = gc->getTime(status); // Local Std time midnight
184 delete gc;
185 gc = new GregorianCalendar(*zone, status);
225 delete gc;
341 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
caltest.cpp 540 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
542 delete gc;
544 gc = new GregorianCalendar(Locale::getEnglish(), status);
546 delete gc;
548 gc = new GregorianCalendar(Locale::getEnglish(), status);
549 delete gc;
551 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
553 delete gc;
555 gc = new GregorianCalendar(zone, status);
557 delete gc;
655 GregorianCalendar* gc = new GregorianCalendar(status); local
1415 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
  /external/fio/
goptions.c 1400 struct gfio_client *gc = gjv->client; local
1409 struct gfio_client *gc = gjv->client; local
1499 struct gfio_client *gc = gjv->client; local
    [all...]
  /art/build/
Android.gtest.mk 96 runtime/gc/accounting/card_table_test.cc \
97 runtime/gc/accounting/space_bitmap_test.cc \
98 runtime/gc/heap_test.cc \
99 runtime/gc/space/dlmalloc_space_base_test.cc \
100 runtime/gc/space/dlmalloc_space_static_test.cc \
101 runtime/gc/space/dlmalloc_space_random_test.cc \
102 runtime/gc/space/rosalloc_space_base_test.cc \
103 runtime/gc/space/rosalloc_space_static_test.cc \
104 runtime/gc/space/rosalloc_space_random_test.cc \
105 runtime/gc/space/large_object_space_test.cc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 51 /* create GC's */
52 dri2_surf->gc = xcb_generate_id(dri2_dpy->conn);
54 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function);
85 xcb_free_gc(dri2_dpy->conn, dri2_surf->gc);
125 xcb_gcontext_t gc; local
129 gc = dri2_surf->gc;
132 gc = dri2_surf->swapgc;
139 gc, w, h, x, y, 0, dri2_surf->depth,
839 xcb_gcontext_t gc; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 51 /* create GC's */
52 dri2_surf->gc = xcb_generate_id(dri2_dpy->conn);
54 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function);
85 xcb_free_gc(dri2_dpy->conn, dri2_surf->gc);
125 xcb_gcontext_t gc; local
129 gc = dri2_surf->gc;
132 gc = dri2_surf->swapgc;
139 gc, w, h, x, y, 0, dri2_surf->depth,
839 xcb_gcontext_t gc; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-literal-transitions.js 28 // Flags: --allow-natives-syntax --expose-gc
91 gc();
96 gc();
string-external-cached.js 28 // Flags: --expose-externalize-string --expose-gc
120 gc();
121 gc();
try.js 28 // Flags: --expose-gc
71 if (i == iter) gc();
73 if (i == iter) gc();
unbox-double-arrays.js 30 // 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();
  /art/runtime/mirror/
object_array-inl.h 23 #include "gc/heap.h"
36 int32_t length, gc::AllocatorType allocator_type) {
247 // We may get copied by a compacting GC.
250 gc::Heap* heap = Runtime::Current()->GetHeap();
251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
  /external/e2fsprogs/misc/
blkid.c 280 int lookup = 0, gc = 0; local
300 gc = 1;
365 if (gc) {
  /external/lldb/test/unittest2/test/
test_break.py 1 import gc namespace
159 gc.collect();gc.collect()
  /art/runtime/entrypoints/
entrypoint_utils.cc 22 #include "gc/accounting/card_table-inl.h"
83 gc::AllocatorType /* allocator_type */) {
90 gc::Heap* heap = Runtime::Current()->GetHeap();
103 gc::AllocatorType /* allocator_type */) {
109 gc::Heap* heap = Runtime::Current()->GetHeap();
239 // Build argument array possibly triggering GC.
  /art/runtime/gc/accounting/
card_table.cc 21 #include "gc/heap.h"
22 #include "gc/space/space.h"
28 namespace gc { namespace in namespace:art
43 * data per card, to be used by the GC. The value of the byte will be
128 } // namespace gc
card_table.h 32 namespace gc { namespace in namespace:art
153 } // namespace gc

Completed in 1014 milliseconds

<<11121314151617181920>>