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