Home
last modified time | relevance | path

Searched refs:GetAsArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dannotation.cpp192 ArrayValue *Value::GetAsArray() in GetAsArray() function in panda::pandasm::Value
198 const ArrayValue *Value::GetAsArray() const in GetAsArray() function in panda::pandasm::Value
Dannotation.h384 ArrayValue *GetAsArray();
386 const ArrayValue *GetAsArray() const;
Dassembly-emitter.cpp394 for (const auto &elem_value : value->GetAsArray()->GetValues()) { in CreateValueItem()
402 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem()
440 if (value_type == Value::Type::ARRAY && !value->GetAsArray()->GetValues().empty()) { in CreateAnnotationItem()
441 auto array_element_type = value->GetAsArray()->GetComponentType(); in CreateAnnotationItem()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp44 ArrayValue::Serialize(*(element.GetValue()->GetAsArray()), *protoArray); in Serialize()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp881 ArrayValueItem *ValueItem::GetAsArray() in GetAsArray() function in panda::panda_file::ValueItem
Dfile_items.h1499 ArrayValueItem *GetAsArray();