Searched refs:MethodIdsSection (Results 1 - 13 of 13) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodIdsSection.java30 public final class MethodIdsSection extends MemberIdsSection { class in inherits:MemberIdsSection
42 public MethodIdsSection(DexFile file) { method in class:MethodIdsSection
H A DMethodAnnotationStruct.java77 MethodIdsSection methodIds = file.getMethodIds();
H A DDexFile.java77 private final MethodIdsSection methodIds;
118 methodIds = new MethodIdsSection(this);
372 /*package*/ MethodIdsSection getMethodIds() {
H A DParameterAnnotationStruct.java101 MethodIdsSection methodIds = file.getMethodIds();
H A DEncodedMethod.java117 MethodIdsSection methodIds = file.getMethodIds();
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodIdsSection.java29 public final class MethodIdsSection extends MemberIdsSection { class in inherits:MemberIdsSection
41 public MethodIdsSection(DexFile file) { method in class:MethodIdsSection
H A DMemberIdsSection.java71 String memberType = this instanceof MethodIdsSection ? "method" : "field";
H A DMethodAnnotationStruct.java80 MethodIdsSection methodIds = file.getMethodIds();
H A DMethodHandleItem.java98 MethodIdsSection methodIds = file.getMethodIds();
H A DParameterAnnotationStruct.java104 MethodIdsSection methodIds = file.getMethodIds();
H A DDexFile.java85 private final MethodIdsSection methodIds;
136 methodIds = new MethodIdsSection(this);
448 public MethodIdsSection getMethodIds() {
H A DEncodedMethod.java118 MethodIdsSection methodIds = file.getMethodIds();
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java40 import com.android.dx.dex.file.MethodIdsSection;
146 MethodIdsSection methodIdsSection = dexFile.getMethodIds();

Completed in 80 milliseconds