Searched refs:s16bitAt (Results 1 – 5 of 5) sorted by relevance
104 int target = index + ci.s16bitAt(index + 1); in processBranch()111 target = index + ci.s16bitAt(index + 1); in processBranch()121 target = index + ci.s16bitAt(index + 1); in processBranch()
70 return opstring + " " + iter.s16bitAt(pos + 1); in instructionString()103 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()108 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()
131 public int s16bitAt(int index) { in s16bitAt() method in CodeIterator
28 … pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1); in getJumpTarget()
223 Mark to = makeMark(marks, index + ci.s16bitAt(index + 1));230 makeGoto(marks, index, index + ci.s16bitAt(index + 1), 3);233 makeJsr(marks, index, index + ci.s16bitAt(index + 1), 3);