Home
last modified time | relevance | path

Searched defs:protoIds (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DMethodIdItem.java45 ProtoIdsSection protoIds = file.getProtoIds(); in addContents() local
61 ProtoIdsSection protoIds = file.getProtoIds(); in getTypoidIdx() local
DProtoIdsSection.java34 private final TreeMap<Prototype, ProtoIdItem> protoIds; field in ProtoIdsSection
DDexFile.java74 private final ProtoIdsSection protoIds; field in DexFile
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMethodIdItem.java45 ProtoIdsSection protoIds = file.getProtoIds(); in addContents() local
61 ProtoIdsSection protoIds = file.getProtoIds(); in getTypoidIdx() local
DProtoIdsSection.java35 private final TreeMap<Prototype, ProtoIdItem> protoIds; field in ProtoIdsSection
DDexFile.java71 private final ProtoIdsSection protoIds; field in DexFile
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java61 public final short[] protoIds; field in IndexMap