Home
last modified time | relevance | path

Searched defs:methodIds (Results 1 – 15 of 15) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMethodIdsSection.java35 private final TreeMap<CstBaseMethodRef, MethodIdItem> methodIds; field in MethodIdsSection
DMethodAnnotationStruct.java77 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DParameterAnnotationStruct.java101 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DEncodedMethod.java117 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DDexFile.java77 private final MethodIdsSection methodIds; field in DexFile
/dalvik/dx/src/com/android/dx/dex/file/
DMethodIdsSection.java34 private final TreeMap<CstBaseMethodRef, MethodIdItem> methodIds; field in MethodIdsSection
DMethodHandleItem.java98 MethodIdsSection methodIds = file.getMethodIds(); in getTargetIndex() local
DMethodAnnotationStruct.java80 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DParameterAnnotationStruct.java104 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DEncodedMethod.java118 MethodIdsSection methodIds = file.getMethodIds(); in addContents() local
DDexFile.java85 private final MethodIdsSection methodIds; field in DexFile
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java36 private final Set<Integer> methodIds; field in FindUsages
/dalvik/dx/src/com/android/dex/
DTableOfContents.java37 public final Section methodIds = new Section(0x0005); field in TableOfContents
DDex.java68 private final MethodIdTable methodIds = new MethodIdTable(); field in Dex
236 public List<MethodId> methodIds() { in methodIds() method in Dex
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java67 public final short[] methodIds; field in IndexMap