Home | History | Annotate | Download | only in dex

Lines Matching refs:convertMethods

404             methods = convertMethods(dexClass.getMethods());
411 methods = convertMethods(dexClass.getMethods());
580 private Set<SigMethod> convertMethods(List<DexMethod> methods) {