Searched refs:p2x (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1233 double iangle, ixbase, p1x, p1y, p2x, p2y;
1247 p1x = p2x = low ? 0 : m.advance;
1253 p2x = m.ascent;
1263 p1x = p2x = ixbase;
1274 p2x = m.ascent;
1282 p2x = ixbase - iangle * thiscm.descent;
1290 p2x = bo + thiscm.descent;
1297 info[4] = (float)p2x;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp215 // Eliminate a card mark sequence. p2x is a ConvP2XNode
216 void PhaseMacroExpand::eliminate_card_mark(Node* p2x) { argument
217 assert(p2x->Opcode() == Op_CastP2X, "ConvP2XNode required");
220 Node *shift = p2x->unique_out();
236 assert(p2x->outcnt() <= 2, "expects 1 or 2 users: Xor and URShift nodes");
247 Node* this_region = p2x->in(0);
256 for (DUIterator_Fast imax, i = p2x->fast_outs(imax); i < imax; i++) {
257 Node* u = p2x->fast_out(i);
301 assert(p2x->outcnt() == 0 || p2x
[all...]

Completed in 40 milliseconds