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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
array-bounds-check-removal.js 28 // Flags: --allow-natives-syntax --expose-gc
231 gc();
array-feedback.js 28 // Flags: --allow-natives-syntax --expose-gc
135 gc();
osr-elements-kind.js 28 // Flags: --allow-natives-syntax --expose-gc
144 gc();
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 165 xcb_gcontext_t gc; member in struct:dri2_egl_surface
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 342 GC gc; /* scratch GC for span, line, tri drawing */ member in struct:xmesa_buffer
  /external/mesa3d/src/mesa/main/
context.h 152 _mesa_notifySwapBuffers(struct gl_context *gc);
  /external/libpng/contrib/gregbook/
rpng2-x.c 282 static GC gc; variable
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 24 #include "gc/accounting/space_bitmap-inl.h"
25 #include "gc/collector/mark_sweep.h"
26 #include "gc/collector/mark_sweep-inl.h"
27 #include "gc/heap.h"
28 #include "gc/space/space.h"
39 namespace gc { namespace in namespace:art
301 VLOG(gc) << "Marked " << count << " references in mod union table";
337 } // namespace gc
  /art/runtime/gc/collector/
mark_sweep.h 28 #include "gc/accounting/heap_bitmap.h"
44 namespace gc { namespace in namespace:art
244 // Returns how many threads we should use for the current GC phase based on if we are paused,
324 friend class art::gc::Heap;
341 } // namespace gc
mark_sweep.cc 29 #include "gc/accounting/card_table-inl.h"
30 #include "gc/accounting/heap_bitmap-inl.h"
31 #include "gc/accounting/mod_union_table.h"
32 #include "gc/accounting/space_bitmap-inl.h"
33 #include "gc/heap.h"
34 #include "gc/reference_processor.h"
35 #include "gc/space/image_space.h"
36 #include "gc/space/large_object_space.h"
37 #include "gc/space/space-inl.h"
49 namespace gc { namespace in namespace:art
    [all...]
  /external/chromium_org/build/
gyp_chromium 196 import gc namespace
197 gc.disable()
  /external/chromium_org/v8/test/mjsunit/compiler/
manual-concurrent-recompile.js 28 // Flags: --allow-natives-syntax --expose-gc
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2593.js 41 for (var i = 0; i < 10; i++) gc();
regress-2988.js 28 // Flags: --allow-natives-syntax --gc-global --throws
regress-crbug-245480.js 28 // Flags: --allow-natives-syntax --expose-gc
regress-410912.js 5 // Flags: --allow-natives-syntax --expose-gc
39 gc();
110 gc();
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 1 import gc namespace
78 # Delete reference to TU and perform a full GC.
80 gc.collect()
  /external/markdown/
test-markdown.py 3 import os, difflib, time, gc, codecs, platform, sys namespace
243 gc.collect()
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 479 __glExtensionBitIsEnabled(struct glx_context *gc, unsigned bit)
483 if (gc != NULL) {
484 enabled = EXT_ENABLED(bit, gc->gl_extension_bits);
642 * string is stored in \c gc->extensions.
644 * \param gc Pointer to GLX context.
651 __glXCalculateUsableGLExtensions(struct glx_context * gc,
692 gc->extensions = (unsigned char *)
694 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable));
  /external/mesa3d/src/glx/
glxextensions.c 479 __glExtensionBitIsEnabled(struct glx_context *gc, unsigned bit)
483 if (gc != NULL) {
484 enabled = EXT_ENABLED(bit, gc->gl_extension_bits);
642 * string is stored in \c gc->extensions.
644 * \param gc Pointer to GLX context.
651 __glXCalculateUsableGLExtensions(struct glx_context * gc,
692 gc->extensions = (unsigned char *)
694 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable));
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 724 GregorianCalendar *gc = new GregorianCalendar(*this, status);
726 if (gc == 0) {
730 gc->setTime(date, status);
731 UBool result = gc->inDaylightTime(status);
732 delete gc;
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 724 GregorianCalendar *gc = new GregorianCalendar(*this, status);
726 if (gc == 0) {
730 gc->setTime(date, status);
731 UBool result = gc->inDaylightTime(status);
732 delete gc;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 101 // Expose a global function "gc()" into pages.
103 url, new String[]{ "--js-flags=--expose-gc" });
196 // collected. Note that despite that what JavaDoc says about invoking "gc()", both Dalvik
198 Runtime.getRuntime().gc();
442 // Make sure V8 exposes "gc" property on the global object (enabled with --expose-gc flag)
443 assertEquals("function", executeJavaScriptAndGetStringResult("typeof gc"));
465 // collected. Note that despite that what JavaDoc says about invoking "gc()", both Dalvik
467 Runtime.getRuntime().gc();
469 // Now dereference the inner object in JS and run GC to collect the interface object
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 28 import org.eclipse.swt.graphics.GC;
66 private GC gc; field in class:ConfigTab
130 this.gc = new GC(this.table);
551 String fontDataName = this.gc.getFont().getFontData()[0].toString();

Completed in 1909 milliseconds

<<11121314151617181920>>