Home
last modified time | relevance | path

Searched refs:GlobalShortType (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DunboxingConverter.cpp33 return checker->GlobalShortType(); in GlobalTypeFromSource()
H A DwideningConverter.h117 Relation()->GetNode()->SetTsType(Checker()->GlobalShortType()); in ApplyGlobalWidening()
H A DtypeCreation.cpp434 {compiler::Signatures::BUILTIN_SHORT_BOX_CLASS, &ETSChecker::GlobalShortType}, in GetNameToGlobalBoxTypeMap()
H A DtypeCheckingHelpers.cpp346 return GlobalShortType();
H A Darithmetic.cpp350 return GlobalShortType(); in CheckBinaryOperatorShift()
H A Dhelpers.cpp348 return checker->GlobalShortType(); in CheckLeftRightType()
374 return checker->GlobalShortType(); in ApplyConditionalOperatorPromotion()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsPrimitiveType.cpp107 SetTsType(checker->GlobalShortType()); in GetType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp338 Type *ETSChecker::GlobalShortType() const in GlobalShortType() function in ark::es2panda::checker::ETSChecker
340 return GetGlobalTypesHolder()->GlobalShortType(); in GlobalShortType()
H A DETSchecker.h102 Type *GlobalShortType() const;
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h219 Type *GlobalShortType();
H A DglobalTypesHolder.cpp347 Type *GlobalTypesHolder::GlobalShortType() in GlobalShortType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp259 unionConstituents.emplace_back(checker->GlobalShortType()); in TEST_F()
284 unionConstituents.emplace_back(checker->GlobalShortType()); in TEST_F()
315 unionConstituents.emplace_back(checker->GlobalShortType()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp171 return globalTypes->GlobalShortType(); in PrimitiveToCheckerType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h424 SetVRegType(reg, Checker()->GlobalShortType()); in MoveImmediateToRegister()
1192 SetAccumulatorType(Checker()->GlobalShortType()); in SetAccumulatorTargetType()
H A DETSGen.cpp1263 EmitUnboxedCall(node, Signatures::BUILTIN_SHORT_UNBOXED, Checker()->GlobalShortType(), in EmitUnboxingConversion()
1565 SetAccumulatorType(Checker()->GlobalShortType()); in CastToShort()

Completed in 26 milliseconds