Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h1251 type_list_ = dex_file_.GetProtoParameters(proto_id); in DexFileParameterIterator()
1252 if (type_list_ != nullptr) { in DexFileParameterIterator()
1253 size_ = type_list_->Size(); in DexFileParameterIterator()
1260 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()
1267 const DexFile::TypeList* type_list_; variable
/art/dexlayout/
Ddex_ir.h516 explicit TypeList(TypeIdVector* type_list) : type_list_(type_list) { in TypeList()
521 const TypeIdVector* GetTypeList() const { return type_list_.get(); } in GetTypeList()
524 std::unique_ptr<TypeIdVector> type_list_;