Searched refs:GC (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dextutil.h88 GC /* gc */,
95 GC /* gc */,
102 GC /* gc */,
109 GC /* gc */,
H A Dawt_InputMethod.c121 GC lightGC; /*gc for light border */
122 GC dimGC; /*gc for dim border */
123 GC bgGC; /*normal painting */
124 GC fgGC; /*normal painting */
866 GC lightgc = statusWindow->lightGC;
867 GC dimgc = statusWindow->dimGC;
868 GC bggc = statusWindow->bgGC;
869 GC fggc = statusWindow->fgGC;
H A Dawt_p.h139 GC monoPixmapGC; /* Used in X11TextRenderer_md.c */
/openjdk7/jdk/src/share/classes/sun/misc/
H A DGC.java41 public class GC { class
43 private GC() { } /* To prevent instantiation */ method in class:GC
96 GC.daemon = null;
104 * we sample the inspection age and the time the GC
126 super(tg, "GC Daemon");
141 GC.daemon = d;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c56 GC gc;
109 awt_drawArc(JNIEnv * env, jint drawable, GC xgc,
234 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
266 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
270 XDrawRectangle(awt_display, xsdo->drawable, (GC) xgc,
337 awt_drawArc(env, xsdo->drawable, (GC) xgc,
340 awt_drawArc(env, xsdo->drawable, (GC) xgc,
343 awt_drawArc(env, xsdo->drawable, (GC) xgc,
346 awt_drawArc(env, xsdo->drawable, (GC) xgc,
351 XDrawLine(awt_display, xsdo->drawable, (GC) xg
[all...]
H A DX11SurfaceData.h101 GC javaGC; /* used for Java-level GC validation */
102 GC cachedGC; /* cached for use in X11SD_Unlock() */
H A DX11PMBlitLoops.c45 GC xgc;
63 xgc = (GC)gc;
137 GC dstGC;
154 dstGC = (GC)xgc;
224 GC xgc;
H A DXRBackendNative.c294 XFreeGC(awt_display, (GC) jlong_to_ptr(gc));
300 GC xgc = XCreateGC(awt_display, (Drawable) drawable, 0L, NULL);
346 (GC) jlong_to_ptr(gc), exposure ? True : False); //TODO: ????
352 XSetForeground(awt_display, (GC) jlong_to_ptr(gc), (unsigned long) pixel);
361 (GC) jlong_to_ptr(gc), srcx, srcy, width, height, dstx, dsty);
623 XSetClipRectangles(awt_display, (GC) jlong_to_ptr(dst), 0, 0, pRect, numrects, YXBanded);
691 XPutImage(awt_display, (Pixmap) drawable, (GC) jlong_to_ptr(gc),
920 GC xgc = (GC) jlong_to_ptr(gc);
962 XFillRectangles(awt_display, (Drawable) dst, (GC) jlong_to_pt
[all...]
H A DX11TextRenderer_md.c212 GC xgc, theGC;
225 xgc = (GC)gc;
273 * So if the loop is executed more than once, update the GC
H A DX11SurfaceData.c697 GC xgc = XCreateGC(awt_display, xsdo->shmPMData.shmPixmap, 0L, NULL);
730 GC xgc = XCreateGC(awt_display, xsdo->shmPMData.pixmap, 0L, NULL);
1048 GC xgc = xsdo->cachedGC;
1594 GC srcGC;
1595 GC bmGC;
1693 XSetClipMask(awt_display, (GC) xgc, None);
1719 XSetClipRectangles(awt_display, (GC) xgc, 0, 0, pRect, numrects, YXBanded);
1738 XSetFunction(awt_display, (GC) xgc, GXcopy);
1753 XSetFunction(awt_display, (GC) xgc, GXxor);
1768 XSetForeground(awt_display, (GC) xg
[all...]
H A DX11FontScaler_md.c44 static GC pixmapGC = 0;
/openjdk7/jdk/make/java/java/
H A DFILES_c.gmk73 GC.c \
H A DExportedfiles.gmk92 sun/misc/GC.java \
163 sun/misc/GC.java \
H A DFILES_java.gmk477 sun/misc/GC.java \
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java37 import sun.misc.GC;
84 /** handle for GC latency request (for future cancellation) */
85 private static GC.LatencyRequest gcLatencyRequest = null;
292 gcLatencyRequest = GC.requestLatency(gcInterval);
H A DDGCClient.java43 import sun.misc.GC;
209 /** handle for GC latency request (for future cancellation) */
210 private static GC.LatencyRequest gcLatencyRequest = null;
230 gcLatencyRequest = GC.requestLatency(gcInterval);
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DREADME273 lt9Q82WxIkzE+BvO+qd5wMqQ/GC/ztO8GJeGdRIo6un7KkNKs2AZDoCELo2lO53B
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1365 // Parallel GC is not compatible with sharing. If one specifies
1493 // In G1, we want the default GC overhead goal to be higher than
1497 // (especially small GC stress tests that the main thing they do
1736 "To enable GC log rotation, use -Xloggc:<filename> -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=<num_of_files> -XX:GCLogFileSize=<num_of_size>\n"
1738 "GC log rotation is turned off\n");
1750 // Check consistency of GC selection
1878 "Parallel GC (-XX:+UseParallelGC or -XX:+UseParallelOldGC).\n");
2454 // Redirect GC output to the file. -Xloggc:<filename>
2558 // Enable parallel GC and adaptive generation sizing
2937 // Check whether class data sharing settings conflict with GC, compresse
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1728 XPutImage((Display*)jlong_to_ptr(display), (Drawable)drawable, (GC) jlong_to_ptr(gc), (XImage*) jlong_to_ptr(image), src_x, src_y,
1735 XFreeGC((Display*) jlong_to_ptr(display), (GC) jlong_to_ptr(gc));

Completed in 93 milliseconds