Searched refs:getMethodIds (Results 1 – 6 of 6) sorted by relevance
77 MethodIdsSection methodIds = file.getMethodIds(); in addContents()86 int methodIdx = file.getMethodIds().indexOf(method); in writeTo()
101 MethodIdsSection methodIds = file.getMethodIds(); in addContents()110 int methodIdx = file.getMethodIds().indexOf(method); in writeTo()
117 MethodIdsSection methodIds = file.getMethodIds(); in addContents()161 int methodIdx = file.getMethodIds().indexOf(method); in encode()
104 file.getMethodIds().writeHeaderPart(out); in writeTo()
393 /*package*/ MethodIdsSection getMethodIds() { in getMethodIds() method in DexFile
171 int index = file.getMethodIds().indexOf((CstMethodRef) cst); in writeConstant()