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

/art/runtime/
H A Ddex_file.h198 uint32_t interfaces_off_; // file offset to TypeList
235 class TypeList { class in class:art::DexFile
259 DISALLOW_COPY_AND_ASSIGN(TypeList);
657 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
662 return reinterpret_cast<const TypeList*>(addr);
729 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
734 return reinterpret_cast<const TypeList*>(addr);
1024 const DexFile::TypeList* type_list_;

Completed in 491 milliseconds