Home
last modified time | relevance | path

Searched defs:component_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-type.h45 Type(const Type &component_type, size_t rank) in Type()
Dannotation.h518 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue()
Dassembly-emitter.cpp394 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1578 …ArrayValueItem(panda_file::Type component_type, std::vector<ScalarValueItem> items, ItemContainer … in ArrayValueItem()