Searched defs:methodIds (Results 1 – 14 of 14) sorted by relevance
35 private final TreeMap<CstBaseMethodRef, MethodIdItem> methodIds; field in MethodIdsSection
77 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
101 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
117 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
77 private final MethodIdsSection methodIds; field in DexFile
82 private final MethodIdsSection methodIds; field in DexFile
108 private final List<MethodId> methodIds = new AbstractList<MethodId>() { field in DexBuffer248 public List<MethodId> methodIds() { in methodIds() method in DexBuffer
37 private final Set<Integer> methodIds; field in FindUsages
39 public final Section methodIds = new Section(0x0005); field in TableOfContents
46 public final short[] methodIds; field in IndexMap