Searched defs:TypeItem (Results 1 - 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DTypeItem.java21 public class TypeItem implements RawDexObject { class in inherits:RawDexObject
/art/libdexfile/dex/
H A Ddex_file.h247 struct TypeItem { struct in class:art::DexFile
251 DISALLOW_COPY_AND_ASSIGN(TypeItem);
261 const TypeItem& GetTypeItem(uint32_t idx) const {
273 return GetHeaderSize() + sizeof(TypeItem) * count;
278 TypeItem list_[1]; // elements of the list

Completed in 122 milliseconds