Searched refs:GetProtoParameters (Results 1 – 5 of 5) sorted by relevance
94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);95 const DexFile::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F()
733 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters() function1036 type_list_ = dex_file_.GetProtoParameters(proto_id); in DexFileParameterIterator()
996 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString()1020 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==()
494 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()