Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_builder.cc237 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()
Ddex_builder.h89 explicit Prototype(TypeDescriptor return_type, TypeDescriptors... param_types) in Prototype() argument
90 : return_type_{return_type}, param_types_{param_types...} {} in Prototype()