Searched refs:FieldIdsSection (Results 1 - 10 of 10) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldIdsSection.java30 public final class FieldIdsSection extends MemberIdsSection { class in inherits:MemberIdsSection
42 public FieldIdsSection(DexFile file) { method in class:FieldIdsSection
H A DFieldAnnotationStruct.java77 FieldIdsSection fieldIds = file.getFieldIds();
H A DDexFile.java74 private final FieldIdsSection fieldIds;
117 fieldIds = new FieldIdsSection(this);
359 /*package*/ FieldIdsSection getFieldIds() {
H A DEncodedField.java100 FieldIdsSection fieldIds = file.getFieldIds();
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldIdsSection.java29 public final class FieldIdsSection extends MemberIdsSection { class in inherits:MemberIdsSection
41 public FieldIdsSection(DexFile file) { method in class:FieldIdsSection
H A DFieldAnnotationStruct.java80 FieldIdsSection fieldIds = file.getFieldIds();
H A DEncodedField.java102 FieldIdsSection fieldIds = file.getFieldIds();
H A DMethodHandleItem.java92 FieldIdsSection fieldIds = file.getFieldIds();
H A DDexFile.java82 private final FieldIdsSection fieldIds;
135 fieldIds = new FieldIdsSection(this);
435 public FieldIdsSection getFieldIds() {
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java38 import com.android.dx.dex.file.FieldIdsSection;
145 FieldIdsSection fieldIdsSection = dexFile.getFieldIds();

Completed in 689 milliseconds