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->MaybeUnboxInRelation(dimType); unboxed != nullptr) { in ProcessNewArrayInstanceExpression() local
101 if (auto *unboxed = checker->MaybeUnboxInRelation(dimType); unboxed != nullptr) { in ProcessNewMultiDimArrayInstanceExpression() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp232 PandasmMethodCreator unboxed {objectTypeName + ".unboxed", this}; in DeclarePrimitive() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp278 const UnboxingConverter unboxed(etsChecker, relation, source); in Unboxing() local
DtypeCheckingHelpers.cpp1242 if (auto *unboxed = MaybeUnboxInRelation(objectType); unboxed != nullptr) { in MaybeUnboxConditionalInRelation() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2517 if (auto unboxed = checker->MaybeUnboxType(argType); unboxed->IsETSPrimitiveType()) { in GetTypeOfStringType() local