Home
last modified time | relevance | path

Searched defs:unboxed (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexpandBrackets.cpp49 if (auto *unboxed = checker->ETSBuiltinTypeAsPrimitiveType(dimType); unboxed != nullptr) { in ProcessNewArrayInstanceExpression() local
98 if (auto *unboxed = checker->ETSBuiltinTypeAsPrimitiveType(dimType); unboxed != nullptr) { in ProcessNewMultiDimArrayInstanceExpression() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp183 PandasmMethodCreator unboxed {objectTypeName + ".unboxed", this}; in DeclarePrimitive() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp267 const UnboxingConverter unboxed(etsChecker, relation, source); in Unboxing() local
DtypeCheckingHelpers.cpp662 if (auto *unboxed = ETSBuiltinTypeAsPrimitiveType(objectType); unboxed != nullptr) { in ETSBuiltinTypeAsConditionalType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1206 if (auto unboxed = checker->MaybePrimitiveBuiltinType(argType); in Compile() local