Searched refs:s16bitAt (Results 1 – 5 of 5) sorted by relevance
105 int target = index + ci.s16bitAt(index + 1); in processBranch()112 target = index + ci.s16bitAt(index + 1); in processBranch()122 target = index + ci.s16bitAt(index + 1); in processBranch()
84 return opstring + " " + iter.s16bitAt(pos + 1); in instructionString()117 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()122 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()
152 public int s16bitAt(int index) { in s16bitAt() method in CodeIterator
29 … pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1); in getJumpTarget()
240 Mark to = makeMark(marks, index + ci.s16bitAt(index + 1));247 makeGoto(marks, index, index + ci.s16bitAt(index + 1), 3);250 makeJsr(marks, index, index + ci.s16bitAt(index + 1), 3);