Home
last modified time | relevance | path

Searched refs:low (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
426 if ((low & 0xff) != low) { in codeUnit()
434 return (short) (low | (high << 8)); in codeUnit()
473 protected static int makeByte(int low, int high) { in makeByte() argument
474 if ((low & 0xf) != low) { in makeByte()
482 return low | (high << 4); in makeByte()
DSwitchData.java211 long low = cases.get(0); 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
479 if ((low & 0xff) != low) { in codeUnit()
487 return (short) (low | (high << 8)); in codeUnit()
526 protected static int makeByte(int low, int high) { in makeByte() argument
527 if ((low & 0xf) != low) { in makeByte()
535 return low | (high << 4); in makeByte()
DSwitchData.java212 long low = cases.get(0); in packedCodeSize() local
214 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
/dalvik/dx/tests/084-dex-high-register-moves/
Dinfo.txt2 high registers are moved to and from low registers with
/dalvik/dx/tests/079-dex-local-variable-renumbering/
Dinfo.txt3 to make room for low scratch registers.
/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java837 int low = bytes.getInt(at + 4); in parseTableswitch() local
839 int count = high - low + 1; in parseTableswitch()
842 if (low > high) { in parseTableswitch()
850 cases.add(low + i, target); in parseTableswitch()
/dalvik/dx/tests/024-code-bytecode/
Dsmall-class.txt230 12340000 # low: 12340000