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

<<11121314151617181920>>

  /art/runtime/gc/space/
image_space.h 26 namespace gc { namespace in namespace:art
113 } // namespace gc
  /art/test/109-suspend-check/src/
Main.java 31 System.gc();
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 38 System.gc();
  /dalvik/tests/097-suspend-check/src/
Main.java 31 System.gc();
  /external/chromium_org/skia/
skia_chrome_opts.target.darwin-arm.mk 35 -Wl,--gc-sections \
55 -Wl,--gc-sections \
skia_chrome_opts.target.linux-arm.mk 35 -Wl,--gc-sections \
55 -Wl,--gc-sections \
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 241 GraphicsContext gc(canvas);
243 gc.clip(clipRect);
244 gc.setFillColor(m_node->renderer()->style()->tapHighlightColor());
245 gc.fillPath(m_path);
  /external/chromium_org/v8/test/mjsunit/
apply-arguments-gc-safepoint.js 28 // Flags: --expose-gc
34 if (x == 149999) gc();
deopt-minus-zero.js 28 // Flags: --allow-natives-syntax --expose-gc
43 gc();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-128018.js 28 // Flags: --expose-gc
35 gc();
regress-133211b.js 28 // Flags: --expose-gc
37 gc();
regress-2219.js 28 // Flags: --harmony-proxies --expose-gc
30 var p = Proxy.create({getPropertyDescriptor: function() { gc() }});
regress-2339.js 28 // Flags: --allow-natives-syntax --expose-gc
45 gc();
regress-arguments-gc.js 28 // Flags: --expose-gc --nocleanup_code_caches_at_gc
31 gc();
regress-cnlt-enum-indices.js 28 // Flags: --allow-natives-syntax --expose-gc
45 gc();
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 59 good_const gc; variable
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 15 import org.eclipse.swt.graphics.GC;
44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}.
46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height)
  /external/ipsec-tools/src/racoon/
gcmalloc.h 44 * Boehm-GC provides GC_malloc(), GC_realloc(), GC_free() functions,
49 #ifdef GC
51 #include <gc.h>
97 #endif /* GC */
  /external/v8/test/mjsunit/
apply-arguments-gc-safepoint.js 28 // Flags: --expose-gc
34 if (x == 149999) gc();
  /external/v8/test/mjsunit/regress/
regress-128018.js 28 // Flags: --expose-gc
35 gc();
regress-arguments-gc.js 28 // Flags: --expose-gc --nocleanup_code_caches_at_gc
31 gc();
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 464 // Force a GC and zero out the performance counters. Do this
536 * Starts allocation counting. This triggers a gc and resets the counts.
539 // Before we start trigger a GC and reset the debug counts. Run the
540 // finalizers and another GC before starting and stopping the alloc
543 Runtime.getRuntime().gc();
545 Runtime.getRuntime().gc();
557 Runtime.getRuntime().gc();
559 Runtime.getRuntime().gc();
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 49 System.gc();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,

Completed in 547 milliseconds

<<11121314151617181920>>