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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodIdItem.java45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
H A DProtoIdsSection.java31 public final class ProtoIdsSection extends UniformItemSection { class in inherits:UniformItemSection
42 public ProtoIdsSection(DexFile file) { method in class:ProtoIdsSection
H A DDexFile.java71 private final ProtoIdsSection protoIds;
116 protoIds = new ProtoIdsSection(this);
346 /*package*/ ProtoIdsSection getProtoIds() {
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodIdItem.java45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
H A DProtoIdsSection.java30 public final class ProtoIdsSection extends UniformItemSection { class in inherits:UniformItemSection
41 public ProtoIdsSection(DexFile file) { method in class:ProtoIdsSection
H A DDexFile.java74 private final ProtoIdsSection protoIds;
121 protoIds = new ProtoIdsSection(this);
365 /*package*/ ProtoIdsSection getProtoIds() {

Completed in 26 milliseconds