Home
last modified time | relevance | path

Searched defs:high (Results 1 – 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DInsnFormat.java425 protected static short codeUnit(int low, int high) { in codeUnit()
473 protected static int makeByte(int low, int high) { in makeByte()
DSwitchData.java212 long high = cases.get(sz - 1); in packedCodeSize() local
/dalvik/dx/src/com/android/dx/dex/code/
DSwitchData.java213 long high = cases.get(sz - 1); in packedCodeSize() local
DInsnFormat.java523 protected static short codeUnit(int low, int high) { in codeUnit()
571 protected static int makeByte(int low, int high) { in makeByte()
/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java834 int high = bytes.getInt(at + 8); in parseTableswitch() local