Home
last modified time | relevance | path

Searched refs:GlobalByteType (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DunboxingConverter.cpp30 return checker->GlobalByteType(); in GlobalTypeFromSource()
H A DwideningConverter.h113 Relation()->GetNode()->SetTsType(Checker()->GlobalByteType()); in ApplyGlobalWidening()
H A DtypeCreation.cpp432 {compiler::Signatures::BUILTIN_BYTE_BOX_CLASS, &ETSChecker::GlobalByteType}, in GetNameToGlobalBoxTypeMap()
H A DtypeCheckingHelpers.cpp342 return GlobalByteType();
H A Darithmetic.cpp347 return GlobalByteType(); in CheckBinaryOperatorShift()
H A Dhelpers.cpp351 return checker->GlobalByteType(); in CheckLeftRightType()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsPrimitiveType.cpp103 SetTsType(checker->GlobalByteType()); in GetType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp333 Type *ETSChecker::GlobalByteType() const in GlobalByteType() function in ark::es2panda::checker::ETSChecker
335 return GetGlobalTypesHolder()->GlobalByteType(); in GlobalByteType()
H A DETSchecker.h101 Type *GlobalByteType() const;
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h218 Type *GlobalByteType();
H A DglobalTypesHolder.cpp342 Type *GlobalTypesHolder::GlobalByteType() in GlobalByteType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp167 return globalTypes->GlobalByteType(); in PrimitiveToCheckerType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h414 SetVRegType(reg, Checker()->GlobalByteType()); in MoveImmediateToRegister()
1182 SetAccumulatorType(Checker()->GlobalByteType()); in SetAccumulatorTargetType()
H A DETSGen.cpp1253 EmitUnboxedCall(node, Signatures::BUILTIN_BYTE_UNBOXED, Checker()->GlobalByteType(), in EmitUnboxingConversion()
1468 SetAccumulatorType(Checker()->GlobalByteType()); in CastToByte()

Completed in 21 milliseconds