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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionHandle.java86 protected int i_position = -1; // byte code offset of instruction field in class:InstructionHandle
154 i_position += offset;
162 public int getPosition() { return i_position; }
167 void setPosition(int pos) { i_position = pos; }
183 i_position = -1;
233 return Utility.format(i_position, 4, false, ' ') + ": " + instruction.toString(verbose);
H A DBranchHandle.java105 * Through this overriding all access to the private i_position field should
111 i_position = bi.position = pos;
116 i_position = bi.position;

Completed in 29 milliseconds