Searched refs:component_type (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
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()
|
D | annotation.h | 510 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue() argument 511 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
|
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/ |
D | file_items.h | 1551 …ArrayValueItem(panda_file::Type component_type, std::vector<ScalarValueItem> items, ItemContainer … in ArrayValueItem() argument 1552 … : ValueItem(Type::ARRAY, container), component_type_(component_type), items_(std::move(items)) in ArrayValueItem()
|
/arkcompiler/runtime_core/static_core/irtoc/scripts/ |
D | interpreter.irt | 658 component_type := LoadI(klass).Imm(Constants::CLASS_COMPONENT_OFFSET).ref 659 If(component_type, 0).NE.Unlikely {
|