Searched defs:methodIds (Results 1 – 15 of 15) 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
34 private final TreeMap<CstBaseMethodRef, MethodIdItem> methodIds; field in MethodIdsSection
98 MethodIdsSection methodIds = file.getMethodIds(); in getTargetIndex() local
80 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
104 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
118 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
85 private final MethodIdsSection methodIds; field in DexFile
36 private final Set<Integer> methodIds; field in FindUsages
37 public final Section methodIds = new Section(0x0005); field in TableOfContents
68 private final MethodIdTable methodIds = new MethodIdTable(); field in Dex236 public List<MethodId> methodIds() { in methodIds() method in Dex
67 public final short[] methodIds; field in IndexMap