Searched refs:readMethods (Results 1 – 1 of 1) sorted by relevance
727 ClassData.Method[] directMethods = readMethods(directMethodsSize); in readClassData()728 ClassData.Method[] virtualMethods = readMethods(virtualMethodsSize); in readClassData()743 private ClassData.Method[] readMethods(int count) { in readMethods() method in Dex.Section