Home
last modified time | relevance | path

Searched refs:kJsTypeNumberInHigh32Bit (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp33 constexpr uint64 kJsTypeNumberInHigh32Bit = kJsTypeNumber << 32; // set high 32 bit as JSTYPE_NUMB… variable
408 constValue->SetValue(kJsTypeNumberInHigh32Bit | result); in FoldIntConstComparisonMIRConst()
515 constValue->SetValue(kJsTypeNumberInHigh32Bit | result.GetExtValue()); in FoldIntConstBinaryMIRConst()
879 constValue->SetValue(kJsTypeNumberInHigh32Bit | result.GetExtValue()); in FoldIntConstUnary()