Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/
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()
Dannotation.h510 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()
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/
Dfile_items.h1551 …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/
Dinterpreter.irt658 component_type := LoadI(klass).Imm(Constants::CLASS_COMPONENT_OFFSET).ref
659 If(component_type, 0).NE.Unlikely {