Searched refs:ih (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DJsrInstruction.java97 InstructionHandle ih = this.target;
100 while(ih.getPrev() != null)
101 ih = ih.getPrev();
104 while(ih.getInstruction() != this)
105 ih = ih.getNext();
107 InstructionHandle toThis = ih;
109 while(ih != null){
110 ih
[all...]
H A DLineNumberGen.java74 private InstructionHandle ih; field in class:LineNumberGen
80 * @param ih instruction handle to reference
82 public LineNumberGen(InstructionHandle ih, int src_line) { argument
83 setInstruction(ih);
88 * @return true, if ih is target of this line number
91 public boolean containsTarget(InstructionHandle ih) { argument
92 return this.ih == ih;
101 if(old_ih != ih)
102 throw new ClassGenException("Not targeting " + old_ih + ", but " + ih
117 setInstruction(InstructionHandle ih) argument
[all...]
H A DInstructionList.java197 InstructionHandle ih;
199 ih = append((BranchInstruction)i);
201 ih = append(i);
203 ih.setPosition(off);
204 ihs[count] = ih;
222 InstructionHandle ih = findHandle(ihs, pos, count, target);
224 if(ih == null) // Search failed
227 bi.setTarget(ih); // Update target
236 ih = findHandle(ihs, pos, count, target);
238 if(ih
256 append(InstructionHandle ih, InstructionList il) argument
331 append(InstructionHandle ih) argument
412 append(InstructionHandle ih, CompoundInstruction c) argument
423 append(InstructionHandle ih, Instruction i) argument
434 append(InstructionHandle ih, BranchInstruction i) argument
452 insert(InstructionHandle ih, InstructionList il) argument
498 insert(InstructionHandle ih) argument
596 insert(InstructionHandle ih, Instruction i) argument
607 insert(InstructionHandle ih, CompoundInstruction c) argument
618 insert(InstructionHandle ih, BranchInstruction i) argument
696 move(InstructionHandle ih, InstructionHandle target) argument
770 delete(InstructionHandle ih) argument
[all...]
H A DInstructionTargeter.java71 public boolean containsTarget(InstructionHandle ih); argument
H A DCodeExceptionGen.java173 * @return true, if ih is target of this handler
176 public boolean containsTarget(InstructionHandle ih) { argument
177 return (start_pc == ih) || (end_pc == ih) || (handler_pc == ih);
H A DInstructionHandle.java134 InstructionHandle ih = ih_list;
135 ih_list = ih.next;
137 ih.setInstruction(i);
139 return ih;
H A DBranchHandle.java123 public void setTarget(InstructionHandle ih) { argument
124 bi.setTarget(ih);
H A DSelect.java228 * @return true, if ih is target of this instruction
231 public boolean containsTarget(InstructionHandle ih) { argument
232 if(target == ih)
236 if(targets[i] == ih)
H A DMethodGen.java427 * @param ih instruction to tag
431 public LineNumberGen addLineNumber(InstructionHandle ih, int src_line) { argument
432 LineNumberGen l = new LineNumberGen(ih, src_line);
711 for(InstructionHandle ih = il.getStart(); ih != null; ih = next) {
712 next = ih.next;
714 if((next != null) && (ih.getInstruction() instanceof NOP)) {
716 il.delete(ih);
790 for(InstructionHandle ih
[all...]
H A DLocalVariableGen.java244 * @return true, if ih is target of this variable
247 public boolean containsTarget(InstructionHandle ih) { argument
248 return (start == ih) || (end == ih);
H A DBranchInstruction.java253 * @return true, if ih is target of this instruction
256 public boolean containsTarget(InstructionHandle ih) { argument
257 return (target == ih);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEEvent.java80 InternetHeaders ih; field in class:MIMEEvent.Headers
82 Headers(InternetHeaders ih) { argument
83 this.ih = ih;
91 return ih;
/openjdk7/jdk/src/share/classes/sun/print/
H A DImagePrinter.java65 int ih = (int)pf.getImageableHeight();
74 if (dh > ih) {
75 dw = (int)(dw * ( (float) ih / (float) dh)) ;
76 dh = ih;
80 int dy = (ih - dh) / 2;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java115 int ih = image.getHeight(null);
120 y + (h - ih) / 2, null);
125 yCounter += (ih - lastIY), lastIY = 0) {
130 int dy2 = Math.min(maxY, yCounter + ih - lastIY);
148 if (st + sb > ih) {
149 db = dt = sb = st = Math.max(0, ih / 2);
171 0, st, sl, ih - sb, false);
188 iw - sr, st, iw, ih - sb, false);
192 iw - sr, ih - sb, iw, ih);
[all...]
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DMargins.java73 int ih = (int)pf.getImageableHeight();
74 System.out.println("ix="+ix+" iy="+iy+" iw="+iw+" ih="+ih);
83 if ((ix+iw > wid) || (iy+ih > hgt)) {
90 g2d.drawRect(1, 1, iw-2, ih-2);
H A DPageFormatChange.java70 int ih = (int)(pf2.getImageableHeight()+0.5);
74 int expectedHeight = iy*2+ih;
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java163 int ih = image.getHeight(null);
168 y + (h - ih) / 2, null);
174 yCounter += (ih - lastIY), lastIY = 0) {
179 int dy2 = Math.min(maxY, yCounter + ih - lastIY);
198 if (st + sb > ih) {
199 db = dt = sb = st = Math.max(0, ih / 2);
221 0, st, sl, ih - sb, false);
238 iw - sr, st, iw, ih - sb, false);
242 iw - sr, ih - sb, iw, ih);
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dk_rem_pio2.c129 * ih integer. If >0 it indicates q[] is >= 0.5, hence
183 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
218 ih = 0;
222 ih = iq[jz-1]>>(23-q0);
224 else if(q0==0) ih = iq[jz-1]>>23;
225 else if(z>=0.5) ih=2;
227 if(ih>0) { /* q > 0.5 */
245 if(ih==2) {
299 y[0] = (ih==0)? fw: -fw;
305 y[0] = (ih
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java89 for(InstructionHandle ih = _mg.getInstructionList().getStart();
90 ih != null; ih = ih.getNext()) {
91 Instruction i = ih.getInstruction();
94 branch_map.put(i, ih); // memorize container
97 if(ih.hasTargeters()) {
99 _out.println(" InstructionHandle ih_" + ih.getPosition() + ";");
101 _out.print(" InstructionHandle ih_" + ih.getPosition() + " = ");
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java1377 for (InstructionHandle ih = first; ih != limit; ih = ih.getNext()) {
1378 Instruction inst = ih.getInstruction();
1386 if (ih.hasTargeters()) {
1388 targetMap.put(ih, lastCopyHandle);
1392 pendingTargetMappingHandle = ih;
1420 ih.getPosition());
1543 if (ih
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanLookup.java120 InvocationHandler ih = Proxy.getInvocationHandler(mxbean);
121 if (ih instanceof MBeanServerInvocationHandler) {
123 (MBeanServerInvocationHandler) ih;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp226 * ih integer. If >0 it indicats q[] is >= 0.5, hence
261 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
296 ih = 0;
300 ih = iq[jz-1]>>(23-q0);
302 else if(q0==0) ih = iq[jz-1]>>23;
303 else if(z>=0.5) ih=2;
305 if(ih>0) { /* q > 0.5 */
323 if(ih==2) {
377 y[0] = (ih==0)? fw: -fw;
383 y[0] = (ih
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DExpression.java180 public void backPatchFalseList(InstructionHandle ih) { argument
181 _falseList.backPatch(ih);
184 public void backPatchTrueList(InstructionHandle ih) { argument
185 _trueList.backPatch(ih);
H A DLogicalExpr.java223 InstructionHandle ih = il.append(new GOTO(null));
228 _left._trueList.backPatch(ih);
229 _left._falseList.backPatch(ih.getNext());
232 _trueList.add(ih).append(_right._trueList);
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DDialogOrient.java94 double ih = pf.getImageableHeight();
95 g2d.draw(new Ellipse2D.Double(0, 0, iw, ih));

Completed in 93 milliseconds

12