Searched refs:vx (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/sun/tools/jconsole/
H A DResourceCheckTest.sh98 set -vx
/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp110 Tarjan *vx = &tarjan[b->_pre_order]; local
111 Tarjan *u = vx->EVAL();
126 for( Tarjan *vx = w->_parent->_bucket; vx; vx = vx->_bucket ) {
127 Tarjan *u = vx->EVAL();
128 vx->_dom = (u->_semi < vx->_semi) ? u : w->_parent;
438 NTarjan *vx
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DImmutableResourceTest.sh100 set -vx
/openjdk7/jdk/test/sun/tools/native2ascii/resources/
H A DImmutableResourceTest.sh100 set -vx
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DExtendedSatelliteComponent.java88 int vx = (size.width - vw) / 2;
102 gr.drawImage(image, vx, vy, this);
113 window.translate(vx, vy);
160 int vx = (size.width - vw) / 2;
163 int cx = (int) ((double) (center.x - vx) / scale * zoomFactor);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedSatelliteComponent.java89 int vx = (size.width - vw) / 2;
105 gr.drawImage(image, vx, vy, this);
116 window.translate(vx, vy);
163 int vx = (size.width - vw) / 2;
166 int cx = (int) ((double) (center.x - vx) / scale * zoomFactor);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicGraphicsUtils.java251 int vx,vy;
254 for (vx = x; vx < (x + width); vx+=2) {
255 g.fillRect(vx, y, 1, 1);
256 g.fillRect(vx, y + height-1, 1, 1);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp368 jlong vx = x->x()->type()->as_LongConstant()->value(); local
370 if (vx == vy)
372 else if (vx < vy)
380 float vx = x->x()->type()->as_FloatConstant()->value(); local
382 if (g_isnan(vx) || g_isnan(vy))
384 else if (vx == vy)
386 else if (vx < vy)
394 double vx = x->x()->type()->as_DoubleConstant()->value(); local
396 if (g_isnan(vx) || g_isnan(vy))
398 else if (vx
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java271 static Integer[] boxAll(int... vx) { argument
272 Integer[] res = new Integer[vx.length];
274 res[i] = vx[i];
H A DMethodHandlesTest.java269 static Integer[] boxAll(int... vx) { argument
270 Integer[] res = new Integer[vx.length];
272 res[i] = vx[i];
1417 static Object id(Object... vx) { return called("id", vx); } argument
/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java236 final double vx=Math.abs(u[j]);
237 if(vx<vmin)
239 vmin=vx;

Completed in 53 milliseconds