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