Searched defs:maxValue (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | live_registers.h | 30 explicit LifeIntervalsTreeNode(LifeNumber minValue, LifeNumber maxValue, LifeIntervalsIt begin, LifeIntervalsIt end) in LifeIntervalsTreeNode() argument
|
H A D | bounds_analysis.cpp | 233 auto maxValue = static_cast<int64_t>(static_cast<uint64_t>(1) << maxBits); in Shl() local
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
H A D | regexp_opcode.cpp | 682 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
|
H A D | regexp_parser.cpp | 245 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber() argument
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
H A D | regexp_opcode.cpp | 609 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
|
H A D | regexp_parser.cpp | 218 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber() argument
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | allocator_test_base.h | 92 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 D | encode.cpp | 936 EncodeCastFloatCheckRange(Reg dst, Reg src, const asmjit::Label &end, const int64_t minValue, const uint64_t maxValue) EncodeCastFloatCheckRange() argument
|
Completed in 22 milliseconds