Searched full:component_type (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-type.h | 47 Type(const Type &component_type, size_t rank) in Type() argument 48 : Type(component_type.GetComponentName(), component_type.GetRank() + rank) in Type()
|
| D | annotation.h | 525 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue() argument 526 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
|
| D | assembly-emitter.cpp | 395 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem() local 396 … return container->CreateItem<ArrayValueItem>(panda_file::Type(GetTypeId(component_type)), in CreateValueItem()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 1578 …ArrayValueItem(panda_file::Type component_type, std::vector<ScalarValueItem> items, ItemContainer … in ArrayValueItem() argument 1579 … : ValueItem(Type::ARRAY, container), component_type_(component_type), items_(std::move(items)) in ArrayValueItem()
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | interpreter.irt | 662 component_type := LoadI(klass).Imm(Constants::CLASS_COMPONENT_OFFSET).ref 663 If(component_type, 0).NE.Unlikely {
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2144 if op == starr.obj && !has_type(acc, component_type(vs1))
|