Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.h30 explicit LifeIntervalsTreeNode(LifeNumber minValue, LifeNumber maxValue, LifeIntervalsIt begin, LifeIntervalsIt end) in LifeIntervalsTreeNode() argument
H A Dbounds_analysis.cpp233 auto maxValue = static_cast<int64_t>(static_cast<uint64_t>(1) << maxBits); in Shl() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp682 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
H A Dregexp_parser.cpp245 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber() argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp609 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
H A Dregexp_parser.cpp218 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h92 size_t RandFromRange(size_t minValue, size_t maxValue) in RandFromRange() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp936 EncodeCastFloatCheckRange(Reg dst, Reg src, const asmjit::Label &end, const int64_t minValue, const uint64_t maxValue) EncodeCastFloatCheckRange() argument

Completed in 22 milliseconds