Home | History | Annotate | Download | only in runtime

Lines Matching refs:type_list_

1254     type_list_ = dex_file_.GetProtoParameters(proto_id);
1255 if (type_list_ != nullptr) {
1256 size_ = type_list_->Size();
1263 return type_list_->GetTypeItem(pos_).type_idx_;
1270 const DexFile::TypeList* type_list_;