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

/art/runtime/
H A Ddex_file.h1295 type_list_ = dex_file_.GetProtoParameters(proto_id);
1296 if (type_list_ != nullptr) {
1297 size_ = type_list_->Size();
1304 return type_list_->GetTypeItem(pos_).type_idx_;
1311 const DexFile::TypeList* type_list_; member in class:art::DexFileParameterIterator

Completed in 212 milliseconds