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

/art/runtime/
H A Ddex_file.h227 struct TypeItem { struct in class:art::DexFile
231 DISALLOW_COPY_AND_ASSIGN(TypeItem);
241 const TypeItem& GetTypeItem(uint32_t idx) const {
253 return GetHeaderSize() + sizeof(TypeItem) * count;
258 TypeItem list_[1]; // elements of the list
H A Ddex_file_verifier.cc1168 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) {

Completed in 45 milliseconds