Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h458 CollectionVector<TypeList>& TypeLists() { return type_lists_; } in TypeLists()
459 const CollectionVector<TypeList>& TypeLists() const { return type_lists_; } in TypeLists()
559 IndexedCollectionVector<TypeList> type_lists_; variable