Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.h47 Type(const Type &componentType, size_t rank) in Type()
Dannotation.h539 ArrayValue(Type componentType, std::vector<ScalarValue> values) in ArrayValue()
Dassembly-emitter.cpp387 auto componentType = type.GetComponentType(); in CheckValueArrayCase() local
655 auto componentType = value->GetAsArray()->GetComponentType(); in CreateValueItem() local
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto48 uint32 componentType = 2; field
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp323 auto componentType = arrayType.GetComponentType(); in FillLiteral() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp518 void EtsClass::SetComponentType(EtsClass *componentType) in SetComponentType()
529 ark::Class *componentType = GetRuntimeClass()->GetComponentType(); in GetComponentType() local
Dets_array.h69 auto componentType = GetCoreType()->ClassAddr<Class>()->GetComponentType(); in IsPrimitive() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp835 EtsClass *componentType = GetTestClass(source, "LTestObject;"); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1683 for (const componentType of nonNullableType.types) { constant
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1778 ArrayValueItem(panda_file::Type componentType, std::vector<ScalarValueItem> items) in ArrayValueItem()