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

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

Completed in 109 milliseconds