Searched refs:signedFitsInByte (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm10t.java76 return (offset != 0) && signedFitsInByte(offset);
H A DForm22b.java86 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
/dalvik/dx/src/com/android/dx/dex/code/
H A DInsnFormat.java335 protected static boolean signedFitsInByte(int value) { method in class:InsnFormat

Completed in 365 milliseconds