Home
last modified time | relevance | path

Searched refs:component_type (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-type.h45 Type(const Type &component_type, size_t rank) in Type() argument
46 : Type(component_type.GetComponentName(), component_type.GetRank() + rank) in Type()
H A Dannotation.h518 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue() argument
519 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
H A Dassembly-emitter.cpp402 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem() local
403 return container->CreateItem<ArrayValueItem>(panda_file::Type(GetTypeId(component_type)), in CreateValueItem()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1578 ArrayValueItem(panda_file::Type component_type, std::vector<ScalarValueItem> items, ItemContainer *container) in ArrayValueItem() argument
1579 : ValueItem(Type::ARRAY, container), component_type_(component_type), items_(std::move(items)) in ArrayValueItem()

Completed in 26 milliseconds