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/runtime/
H A Ddex_file.h245 struct TypeItem { struct in class:art::DexFile
249 DISALLOW_COPY_AND_ASSIGN(TypeItem);
259 const TypeItem& GetTypeItem(uint32_t idx) const {
271 return GetHeaderSize() + sizeof(TypeItem) * count;
276 TypeItem list_[1]; // elements of the list

Completed in 3300 milliseconds