Searched refs:TypeItem (Results 1 – 8 of 8) sorted by relevance
23 public TypeItem[] list;30 list = new TypeItem[size]; in read()32 (list[i] = new TypeItem()).read(file); in read()41 for (TypeItem typeItem : list) { in write()48 for (TypeItem type : list) { in incrementIndex()
21 public class TypeItem implements RawDexObject { class
143 struct TypeItem { struct147 DISALLOW_COPY_AND_ASSIGN(TypeItem); argument157 const TypeItem& GetTypeItem(uint32_t idx) const { in GetTypeItem()169 return GetHeaderSize() + sizeof(TypeItem) * count; in GetListSize()174 TypeItem list_[1]; // elements of the list
132 data_section_size = entry.second.data_offset + 4u + num_args * sizeof(dex::TypeItem); in Build()195 Write16(type_list_offset + 4u + i * sizeof(dex::TypeItem), in Build()
1821 if (!CheckList(sizeof(dex::TypeItem), "type_list", &ptr_)) { in CheckIntraSectionIterate()
30 import dexfuzz.rawdex.TypeItem;617 List<TypeItem> typeItemList = new ArrayList<TypeItem>(); in createTypeList()627 TypeItem typeItem = new TypeItem(); in createTypeList()631 typeList.list = typeItemList.toArray(new TypeItem[]{}); in createTypeList()671 for (TypeItem typeItem : typeList.list) { in findTypeList()
69 const dex::TypeItem& type = param_types->GetTypeItem(i); in GetImtHashComponents()
716 static void dumpInterface(const DexFile* pDexFile, const dex::TypeItem& pTypeItem, int i) { in dumpInterface()