Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h920 type_list_ = dex_file_.GetProtoParameters(proto_id); in DexFileParameterIterator()
921 if (type_list_ != nullptr) { in DexFileParameterIterator()
922 size_ = type_list_->Size(); in DexFileParameterIterator()
929 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()
936 const dex::TypeList* type_list_ = nullptr; variable
/art/dexlayout/
Ddex_ir.h639 explicit TypeList(TypeIdVector* type_list) : type_list_(type_list) { in TypeList()
644 const TypeIdVector* GetTypeList() const { return type_list_.get(); } in GetTypeList()
647 std::unique_ptr<TypeIdVector> type_list_;