Searched refs:signedByteAt (Results 1 – 2 of 2) sorted by relevance
119 return opstring + " " + iter.byteAt(pos + 1) + ", " + iter.signedByteAt(pos + 2); in instructionString()
133 public int signedByteAt(int index) { return bytecode[index]; } in signedByteAt() method in CodeIterator