Home
last modified time | relevance | path

Searched refs:subType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp144 auto *subType = klass->GetComponentType(); variable
145 size_t elemSz = ark::Class::GetTypeSize(subType->GetType());
151 subVis.VisitClass(subType);
280 auto *subType = klass->GetComponentType(); variable
281 size_t elemSz = ark::Class::GetTypeSize(subType->GetType());
285 subVis.VisitClass(subType);
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h110 BinaryType subType = static_cast<BinaryType>(argType.GetInt()); in SubWithTSType() local
111 switch (subType) { in SubWithTSType()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1018 std::string subType; in Create() local
1019 ret = params.GetString("subtype", &subType); in Create()
1021 if (ObjectSubType::Valid(subType)) { in Create()
1022 remoteObject->subType_ = std::move(subType); in Create()

Completed in 8 milliseconds