Home
last modified time | relevance | path

Searched refs:GetComponentType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-type.h74 Type GetComponentType() const in GetComponentType() function
Dannotation.h525 Type GetComponentType() const in GetComponentType() function
Dassembly-emitter.cpp402 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem()
441 auto array_element_type = value->GetAsArray()->GetComponentType(); in CreateAnnotationItem()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp254 protoArray.set_componenttype(static_cast<uint32_t>(array.GetComponentType())); in Serialize()