Home
last modified time | relevance | path

Searched refs:getMethodIds (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMethodAnnotationStruct.java77 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
86 int methodIdx = file.getMethodIds().indexOf(method); in writeTo()
DParameterAnnotationStruct.java101 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
110 int methodIdx = file.getMethodIds().indexOf(method); in writeTo()
DEncodedMethod.java117 MethodIdsSection methodIds = file.getMethodIds(); in addContents()
161 int methodIdx = file.getMethodIds().indexOf(method); in encode()
DHeaderItem.java104 file.getMethodIds().writeHeaderPart(out); in writeTo()
DDexFile.java393 /*package*/ MethodIdsSection getMethodIds() { in getMethodIds() method in DexFile
DValueEncoder.java171 int index = file.getMethodIds().indexOf((CstMethodRef) cst); in writeConstant()