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

/dalvik/dx/src/com/android/dex/
H A DDex.java557 ClassData.Method[] directMethods = readMethods(directMethodsSize);
558 ClassData.Method[] virtualMethods = readMethods(virtualMethodsSize);
573 private ClassData.Method[] readMethods(int count) { method in class:Dex.Section

Completed in 537 milliseconds