Home
last modified time | relevance | path

Searched refs:TypeItem (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h229 struct TypeItem { struct
233 DISALLOW_COPY_AND_ASSIGN(TypeItem); argument
243 const TypeItem& GetTypeItem(uint32_t idx) const { in GetTypeItem()
255 return GetHeaderSize() + sizeof(TypeItem) * count; in GetListSize()
260 TypeItem list_[1]; // elements of the list
Ddex_file_verifier.cc1168 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) { in CheckIntraSectionIterate()