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

/libcore/dex/src/main/java/com/android/dex/
H A DDex.java727 ClassData.Method[] directMethods = readMethods(directMethodsSize);
728 ClassData.Method[] virtualMethods = readMethods(virtualMethodsSize);
743 private ClassData.Method[] readMethods(int count) { method in class:Dex.Section

Completed in 48 milliseconds