Home
last modified time | relevance | path

Searched refs:sparseCodeSize (Results 1 – 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DSwitchData.java96 (int) sparseCodeSize(cases); in codeSize()
225 private static long sparseCodeSize(IntList cases) { in sparseCodeSize() method in SwitchData
246 long sparseSize = sparseCodeSize(cases); in shouldPack()
/dalvik/dx/src/com/android/dx/dex/code/
DSwitchData.java97 (int) sparseCodeSize(cases); in codeSize()
226 private static long sparseCodeSize(IntList cases) { in sparseCodeSize() method in SwitchData
247 long sparseSize = sparseCodeSize(cases); in shouldPack()