HomeSort by relevance Sort by last modified time
    Searched refs:ProtoIdsSection (Results 1 - 14 of 14) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MethodIdItem.java 45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
ProtoIdsSection.java 31 public final class ProtoIdsSection extends UniformItemSection {
42 public ProtoIdsSection(DexFile file) {
DexFile.java 71 private final ProtoIdsSection protoIds;
116 protoIds = new ProtoIdsSection(this);
346 /*package*/ ProtoIdsSection getProtoIds() {
  /dalvik/dx/src/com/android/dx/dex/file/
MethodIdItem.java 45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
ProtoIdsSection.java 30 public final class ProtoIdsSection extends UniformItemSection {
41 public ProtoIdsSection(DexFile file) {
DexFile.java 74 private final ProtoIdsSection protoIds;
121 protoIds = new ProtoIdsSection(this);
365 /*package*/ ProtoIdsSection getProtoIds() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MethodIdItem.java 45 ProtoIdsSection protoIds = file.getProtoIds();
61 ProtoIdsSection protoIds = file.getProtoIds();
ProtoIdsSection.java 31 public final class ProtoIdsSection extends UniformItemSection {
42 public ProtoIdsSection(DexFile file) {
DexFile.java 76 private final ProtoIdsSection protoIds;
123 protoIds = new ProtoIdsSection(this);
367 /*package*/ ProtoIdsSection getProtoIds() {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 225 out.annotate("proto_ids_size: " + dexFile.ProtoIdsSection.getItems().size());
226 out.writeInt(dexFile.ProtoIdsSection.getItems().size());
228 out.annotate("proto_ids_off: 0x" + Integer.toHexString(dexFile.ProtoIdsSection.getOffset()));
229 out.writeInt(dexFile.ProtoIdsSection.getOffset());
ProtoIdItem.java 78 return dexFile.ProtoIdsSection.intern(protoIdItem);
92 return dexFile.ProtoIdsSection.getInternedItem(protoIdItem);
DexFile.java 192 ProtoIdsSection,
213 ProtoIdsSection,
404 ProtoIdsSection,
748 public final IndexedSection<ProtoIdItem> ProtoIdsSection =
    [all...]
MethodIdItem.java 98 methodPrototype = dexFile.ProtoIdsSection.getItemByIndex(in.readShort());
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3909 milliseconds