Home
last modified time | relevance | path

Searched refs:high (Results 1 – 8 of 8) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DInsnFormat.java425 protected static short codeUnit(int low, int high) { in codeUnit() argument
430 if ((high & 0xff) != high) { in codeUnit()
434 return (short) (low | (high << 8)); in codeUnit()
473 protected static int makeByte(int low, int high) { in makeByte() argument
478 if ((high & 0xf) != high) { in makeByte()
482 return low | (high << 4); in makeByte()
DSwitchData.java212 long high = cases.get(sz - 1); in packedCodeSize() local
213 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
/dalvik/dx/src/com/android/dx/dex/code/
DInsnFormat.java478 protected static short codeUnit(int low, int high) { in codeUnit() argument
483 if ((high & 0xff) != high) { in codeUnit()
487 return (short) (low | (high << 8)); in codeUnit()
526 protected static int makeByte(int low, int high) { in makeByte() argument
531 if ((high & 0xf) != high) { in makeByte()
535 return low | (high << 4); in makeByte()
DSwitchData.java213 long high = cases.get(sz - 1); in packedCodeSize() local
214 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
/dalvik/dx/tests/122-switch-with-high-register/
Dinfo.txt1 This test ensures that dx correctly handles switches on data in a high
/dalvik/dx/tests/084-dex-high-register-moves/
Dinfo.txt2 high registers are moved to and from low registers with
/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java838 int high = bytes.getInt(at + 8); in parseTableswitch() local
839 int count = high - low + 1; in parseTableswitch()
842 if (low > high) { in parseTableswitch()
/dalvik/dx/tests/024-code-bytecode/
Dsmall-class.txt231 12340007 # high: 12340007