Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 38) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMixedItemSection.java113 public int getAbsoluteItemOffset(Item item) { in getAbsoluteItemOffset()
169 public void add(OffsettedItem item) { in add()
193 public <T extends OffsettedItem> T intern(T item) { in intern()
213 public <T extends OffsettedItem> T get(T item) { in get()
256 OffsettedItem item = entry.getValue(); in writeIndexAnnotation() local
DStatistics.java44 public void add(Item item) { in add()
133 public Data(Item item, String name) { in Data()
148 public void add(Item item) { in add()
DHeaderSection.java40 HeaderItem item = new HeaderItem(); in HeaderSection() local
DFieldIdsSection.java129 FieldIdItem item = fieldIds.get(ref); in indexOf() local
DMethodIdsSection.java129 MethodIdItem item = methodIds.get(ref); in indexOf() local
DProtoIdsSection.java121 ProtoIdItem item = protoIds.get(prototype); in indexOf() local
DUniformItemSection.java94 public final int getAbsoluteItemOffset(Item item) { in getAbsoluteItemOffset()
DTypeIdsSection.java158 TypeIdItem item = typeIds.get(type); in indexOf() local
DParameterAnnotationStruct.java72 AnnotationSetItem item = new AnnotationSetItem(annotations); in ParameterAnnotationStruct() local
DAnnotationSetItem.java145 AnnotationItem item = items[i]; in writeTo0() local
/dalvik/dx/src/com/android/dx/dex/file/
DMixedItemSection.java112 public int getAbsoluteItemOffset(Item item) { in getAbsoluteItemOffset()
168 public void add(OffsettedItem item) { in add()
192 public synchronized <T extends OffsettedItem> T intern(T item) { in intern()
212 public <T extends OffsettedItem> T get(T item) { in get()
255 OffsettedItem item = entry.getValue(); in writeIndexAnnotation() local
DStatistics.java43 public void add(Item item) { in add()
132 public Data(Item item, String name) { in Data()
147 public void add(Item item) { in add()
DHeaderSection.java39 HeaderItem item = new HeaderItem(); in HeaderSection() local
DFieldIdsSection.java129 FieldIdItem item = fieldIds.get(ref); in indexOf() local
DMethodIdsSection.java129 MethodIdItem item = methodIds.get(ref); in indexOf() local
DUniformItemSection.java93 public final int getAbsoluteItemOffset(Item item) { in getAbsoluteItemOffset()
DProtoIdsSection.java136 ProtoIdItem item = protoIds.get(prototype); in indexOf() local
DTypeIdsSection.java164 TypeIdItem item = typeIds.get(type); in indexOf() local
DParameterAnnotationStruct.java73 AnnotationSetItem item = new AnnotationSetItem(annotations, dexFile); in ParameterAnnotationStruct() local
/dalvik/libdex/
DDexSwapVerify.cpp375 DexMapItem* item = pMap->list; in swapMap() local
532 DexStringId* item = (DexStringId*) ptr; in swapStringIdItem() local
542 const DexStringId* item = (const DexStringId*) ptr; in crossVerifyStringIdItem() local
565 DexTypeId* item = (DexTypeId*) ptr; in swapTypeIdItem() local
575 const DexTypeId* item = (const DexTypeId*) ptr; in crossVerifyTypeIdItem() local
599 DexProtoId* item = (DexProtoId*) ptr; in swapProtoIdItem() local
656 const DexProtoId* item = (const DexProtoId*) ptr; in crossVerifyProtoIdItem() local
749 DexFieldId* item = (DexFieldId*) ptr; in swapFieldIdItem() local
761 const DexFieldId* item = (const DexFieldId*) ptr; in crossVerifyFieldIdItem() local
821 DexMethodId* item = (DexMethodId*) ptr; in swapMethodIdItem() local
[all …]
/dalvik/dx/src/com/android/dx/cf/code/
DLocalVariableList.java84 Item item = descriptorList.get(i); in mergeDescriptorsAndSignatures() local
122 public void set(int n, Item item) { in set()
160 public Item itemToLocal(Item item) { in itemToLocal()
DByteCatchList.java69 public void set(int n, Item item) { in set()
138 private static boolean typeNotFound(Item item, Item[] arr, int count) { in typeNotFound()
DBootstrapMethodsList.java55 public void set(int n, Item item) { in set()
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteCatchList.java69 public void set(int n, Item item) { in set()
138 private static boolean typeNotFound(Item item, Item[] arr, int count) { in typeNotFound()
/dalvik/dexgen/src/com/android/dexgen/util/
DLabeledList.java148 protected void set(int n, LabeledItem item) { in set()

12