Searched refs:gc (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-747.js45 gc();
46 gc();
47 gc();
48 gc();
49 gc();
50 gc();
H A Dregress-356053.js5 // Flags: --noconcurrent-recompilation --expose-gc --allow-natives-syntax
8 gc();
H A Dregress-347530.js5 // Flags: --expose-gc
9 gc();
10 gc();
H A Dregress-94425.js28 // Flags: --expose-gc
33 gc();
34 gc();
35 gc();
46 gc();
H A Dclear-keyed-call.js28 // Flags: --expose-gc --allow-natives-syntax
38 gc();
39 gc();
40 gc();
H A Dregress-361025.js5 // Flags: --expose-gc
10 gc();
H A Dregress-69.js33 // Flags: --debug-code --expose-gc
40 gc();
H A Dregress-arguments-gc.js28 // Flags: --expose-gc --nocleanup_code_caches_at_gc
31 gc();
H A Dregress-125515.js28 // Flags: --expose-gc --debug-code
38 gc();
39 gc();
H A Dregress-166553.js31 gc();
H A Dregress-99167.js28 // Flags: --expose-gc --max-semi-space-size=1
32 for (var i = 0; i < 4; ++i) gc();
H A Dregress-crbug-242924.js28 // Flags: --allow-natives-syntax --expose-gc --gc-global
38 gc();
48 gc();
H A Dregress-1129.js28 // Flags: --verify-heap --expose-gc
44 gc();
H A Dsplice-missing-wb.js28 // Flags: --expose-gc
37 gc();
38 gc();
49 // Force gc and heap verification.
50 gc();
/external/v8/test/mjsunit/compiler/
H A Dsafepoint.js28 // Flags: --expose-gc
33 x.gc();
34 x.gc();
38 var o = {gc:gc};
/external/icu/icu4c/source/samples/datecal/
H A Dcal.cpp20 GregorianCalendar* gc = new GregorianCalendar(status); local
26 gc->set(2000, UCAL_FEBRUARY, 26);
27 gc->set(UCAL_HOUR_OF_DAY, 23);
28 gc->set(UCAL_MINUTE, 0);
29 gc->set(UCAL_SECOND, 0);
30 gc->set(UCAL_MILLISECOND, 0);
36 gc->get(UCAL_YEAR, status),
37 gc->get(UCAL_MONTH, status) + 1,
38 gc->get(UCAL_MONTH, status),
39 gc
[all...]
/external/mesa3d/src/glx/
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc) argument
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, argument
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) argument
76 if (!gc)
83 dpy = gc
93 applegl_wait_gl(struct glx_context *gc) argument
99 applegl_wait_x(struct glx_context *gc) argument
128 struct glx_context *gc; local
[all...]
H A Dindirect_glx.c44 indirect_destroy_context(struct glx_context *gc) argument
46 __glXFreeVertexArrayState(gc);
48 if (gc->vendor)
49 XFree((char *) gc->vendor);
50 if (gc->renderer)
51 XFree((char *) gc->renderer);
52 if (gc->version)
53 XFree((char *) gc->version);
54 if (gc->extensions)
55 XFree((char *) gc
128 indirect_bind_context(struct glx_context *gc, struct glx_context *old, GLXDrawable draw, GLXDrawable read) argument
162 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) argument
183 indirect_wait_gl(struct glx_context *gc) argument
202 indirect_wait_x(struct glx_context *gc) argument
220 indirect_use_x_font(struct glx_context *gc, Font font, int first, int count, int listBase) argument
249 struct glx_context *gc = __glXGetCurrentContext(); local
300 struct glx_context *gc = __glXGetCurrentContext(); local
348 struct glx_context *gc; local
[all...]
H A Dcreate_context.c44 struct glx_context *gc = NULL; local
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
83 if (gc == NULL) {
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context(psc, cfg, share, 0);
91 gc->xid = xcb_generate_id(c);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
104 gc->xid,
107 gc->share_xid,
108 gc
[all...]
H A Dclientattrib.c42 struct glx_context *gc = __glXGetCurrentContext(); local
43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
51 __glXSetError(gc, GL_INVALID_ENUM);
72 struct glx_context *gc = __glXGetCurrentContext(); local
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
74 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
82 gc->attributes.stackPointer = spp + 1;
92 __glXSetError(gc, GL_STACK_OVERFLOW);
100 struct glx_context *gc local
130 __glFreeAttributeState(struct glx_context * gc) argument
[all...]
H A Dpixelstore.c41 * \param gc Current GLX context
49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, argument
52 Display *const dpy = gc->currentDpy;
55 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen);
70 struct glx_context *gc = __glXGetCurrentContext(); local
71 __GLXattribute *state = gc->client_state_private;
72 Display *dpy = gc->currentDpy;
82 __glXSetError(gc, GL_INVALID_VALUE);
90 __glXSetError(gc, GL_INVALID_VALUE);
98 __glXSetError(gc, GL_INVALID_VALU
220 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_viewport.c40 struct glx_context *gc = __glXGetCurrentContext(); local
43 if (gc && gc->driContext)
44 apple_glx_context_update(dpy, gc->driContext);
H A Dapple_xgl_api_read.c52 struct glx_context *gc = __glXGetCurrentContext(); local
65 if (None != gc->currentReadable
66 && gc->currentReadable != gc->currentDrawable) {
71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
72 gc->currentReadable)) {
74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
75 gc
85 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
/external/fio/
H A Dgoptions.h4 void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
/external/v8/test/mjsunit/harmony/regress/
H A Dregress-2219.js28 // Flags: --harmony-proxies --expose-gc
30 var p = Proxy.create({getPropertyDescriptor: function() { gc() }});

Completed in 431 milliseconds

1234567891011>>