Searched refs:param_types (Results 1 – 3 of 3) 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()
362 param_types = ', '.join([''.join(i) for i in gencom.param_dict[cmd]])366 '(' + param_types + ') {\n')