Searched refs:unsignedFitsInShort (Results 1 - 14 of 14) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm32x.java69 unsignedFitsInShort(regs.get(0).getReg()) &&
70 unsignedFitsInShort(regs.get(1).getReg());
79 bits.set(0, unsignedFitsInShort(regs.get(0).getReg()));
80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
H A DForm22x.java71 unsignedFitsInShort(regs.get(1).getReg());
81 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
H A DForm3rc.java78 if (! unsignedFitsInShort(cpi)) {
92 unsignedFitsInShort(regs.get(0).getReg()) &&
H A DForm21c.java110 if (! unsignedFitsInShort(cpi)) {
H A DForm22c.java84 if (! unsignedFitsInShort(cpi)) {
H A DForm35c.java84 if (! unsignedFitsInShort(cpi)) {
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm32x.java67 unsignedFitsInShort(regs.get(0).getReg()) &&
68 unsignedFitsInShort(regs.get(1).getReg());
H A DForm22x.java69 unsignedFitsInShort(regs.get(1).getReg());
H A DForm3rc.java111 if (! unsignedFitsInShort(cpi)) {
131 if (!unsignedFitsInShort(first)) {
H A DForm22c.java83 if (! unsignedFitsInShort(cpi)) {
H A DForm21c.java107 if (! unsignedFitsInShort(cpi)) {
H A DForm35c.java82 if (! unsignedFitsInShort(cpi)) {
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java365 protected static boolean unsignedFitsInShort(int value) { method in class:InsnFormat
/dalvik/dx/src/com/android/dx/dex/code/
H A DInsnFormat.java427 protected static boolean unsignedFitsInShort(int value) { method in class:InsnFormat

Completed in 103 milliseconds