Searched refs:component_type (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-type.h | 45 Type(const Type &component_type, size_t rank) in Type() argument 46 : Type(component_type.GetComponentName(), component_type.GetRank() + rank) in Type()
|
H A D | annotation.h | 518 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 D | assembly-emitter.cpp | 402 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 D | file_items.h | 1578 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