Searched defs:readMethods (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DDexBuffer.java525 ClassData.Method[] directMethods = readMethods(directMethodsSize);
526 ClassData.Method[] virtualMethods = readMethods(virtualMethodsSize);
541 private ClassData.Method[] readMethods(int count) { method in class:DexBuffer.Section

Completed in 5 milliseconds