Searched refs:MethodIdsSection (Results 1 – 12 of 12) sorted by relevance
30 public final class MethodIdsSection extends MemberIdsSection { class42 public MethodIdsSection(DexFile file) { in MethodIdsSection() method in MethodIdsSection
74 String memberType = this instanceof MethodIdsSection ? "method" : "field"; in getTooManyMembersMessage()
77 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
80 private final MethodIdsSection methodIds;123 methodIds = new MethodIdsSection(this); in DexFile()391 public MethodIdsSection getMethodIds() { in getMethodIds()
102 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
116 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
77 private final MethodIdsSection methodIds;118 methodIds = new MethodIdsSection(this); in DexFile()372 /*package*/ MethodIdsSection getMethodIds() { in getMethodIds()
101 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
117 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
36 import com.android.dx.dex.file.MethodIdsSection;135 MethodIdsSection methodIdsSection = dexFile.getMethodIds(); in translate0()