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

/art/runtime/
H A Ddex_file.h186 uint32_t interfaces_off_; // file offset to TypeList
205 class TypeList { class in class:art::DexFile
219 DISALLOW_COPY_AND_ASSIGN(TypeList);
605 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
610 return reinterpret_cast<const TypeList*>(addr);
672 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
677 return reinterpret_cast<const TypeList*>(addr);
935 const DexFile::TypeList* type_list_;

Completed in 263 milliseconds