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

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

Completed in 75 milliseconds