Searched refs:param_types (Results 1 – 2 of 2) sorted by relevance
271 proto->param_types = dex->Alloc<ir::TypeList>(); in Encode()273 proto->param_types->types.push_back(dex->GetOrAddType(param_type.descriptor())); in Encode()276 proto->param_types = nullptr; in Encode()321 decl_->prototype->param_types != nullptr ? decl_->prototype->param_types->types.size() : 0; in Encode()
91 explicit Prototype(TypeDescriptor return_type, TypeDescriptors... param_types) in Prototype() argument92 : return_type_{return_type}, param_types_{param_types...} {} in Prototype()