Home
last modified time | relevance | path

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

12

/dalvik/dx/src/com/android/dx/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
DMethodIdsSection.java129 MethodIdItem item = methodIds.get(ref); in indexOf() local
DFieldIdsSection.java129 FieldIdItem item = fieldIds.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
/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
DMethodIdsSection.java129 MethodIdItem item = methodIds.get(ref); in indexOf() local
DFieldIdsSection.java129 FieldIdItem item = fieldIds.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/libdex/
DDexSwapVerify.cpp397 DexMapItem* item = pMap->list; in swapMap() local
548 DexStringId* item = (DexStringId*) ptr; in swapStringIdItem() local
558 const DexStringId* item = (const DexStringId*) ptr; in crossVerifyStringIdItem() local
581 DexTypeId* item = (DexTypeId*) ptr; in swapTypeIdItem() local
591 const DexTypeId* item = (const DexTypeId*) ptr; in crossVerifyTypeIdItem() local
615 DexProtoId* item = (DexProtoId*) ptr; in swapProtoIdItem() local
672 const DexProtoId* item = (const DexProtoId*) ptr; in crossVerifyProtoIdItem() local
765 DexFieldId* item = (DexFieldId*) ptr; in swapFieldIdItem() local
777 const DexFieldId* item = (const DexFieldId*) ptr; in crossVerifyFieldIdItem() local
837 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()
/dalvik/vm/
DHash.cpp175 void* dvmHashTableLookup(HashTable* pHashTable, u4 itemHash, void* item, in dvmHashTableLookup()
251 bool dvmHashTableRemove(HashTable* pHashTable, u4 itemHash, void* item) in dvmHashTableRemove()
343 static int countProbes(HashTable* pHashTable, u4 itemHash, const void* item, in countProbes()
/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