Searched refs:max_offset (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBranchHandle.java114 protected int updatePosition(int offset, int max_offset) { argument
115 int x = bi.updatePosition(offset, max_offset);
H A DGOTO.java96 protected int updatePosition(int offset, int max_offset) { argument
101 if(Math.abs(i) >= (32767 - max_offset)) { // to large for short (estimate)
H A DJSR.java93 protected int updatePosition(int offset, int max_offset) { argument
98 if(Math.abs(i) >= (32767 - max_offset)) { // to large for short (estimate)
H A DBranchInstruction.java138 * @param max_offset the maximum offset that may be caused by these instructions
141 protected int updatePosition(int offset, int max_offset) { argument
H A DInstructionHandle.java150 * @param max_offset the maximum offset that may be caused by these instructions
153 protected int updatePosition(int offset, int max_offset) { argument
H A DSelect.java122 * @param max_offset the maximum offset that may be caused by these instructions
126 protected int updatePosition(int offset, int max_offset) { argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.cpp361 int max_offset = in_bytes(framesize_in_bytes()); local
366 max_offset = MAX2(_argument_locations->at(java_index), max_offset);
370 return Assembler::is_simm13(max_offset + STACK_BIAS);

Completed in 42 milliseconds