Home
last modified time | relevance | path

Searched defs:high (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.cpp36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_scope.h61 void SetRange(SrcPosition low, SrcPosition high) in SetRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_scope.cpp101 SrcPosition high = range.second; in Dump() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h293 …uint32_t high = byteCode.GetU32(GetCurrentPC() + RANGE32_HEAD_OFFSET + idxMax * RANGE32_MAX_OFFSET… in HandleOpRange32() local
337 uint32_t high = in HandleOpRange() local
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h133 int high = elements - 1; in BinarySearch() local
Djs_bigint.cpp1130 uint32_t high = (midRes1 >> HALFDATEBITS) + (midRes2 >> HALFDATEBITS) + highRes + carry; in Mul() local
1157 uint32_t high = 0; in Multiply() local
1319 uint32_t high = 0; in SpecialMultiplyAndSub() local
1360 uint32_t high = 0; in ImproveAccuracy() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h290 uint32_t high = in HandleOpRange32() local
618 uint32_t high = byteCode.GetU16(currentPc + RANGE32_HEAD_OFFSET + in IsFoundOpRange() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp26 int high = static_cast<int>(callsiteNum) - 1; in BinaraySearch() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h112 …static EtsString *CreateNewStringFromBytes(EtsArray *bytearray, ets_int high, ets_int offset, ets_… in CreateNewStringFromBytes()
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h58 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128()
Dsort_helper.cpp90 int high = to - 1; in ReverseRange() local
Dutf_helper.cpp49 uint16_t high = utf16[*index]; in DecodeUTF16() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp112 int32_t high = size - 1; in BinarySearchHashes() local
Djs_api_lightweightmap.cpp501 int32_t high = size - 1; in BinarySearchHashes() local
Djs_api_plain_array.cpp136 int32_t high = toIndex - 1; in BinarySearch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h459 Operand &high; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp3167 uint64_t high = imm >> WORD_SIZE; in CanEncodeImmLogical() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1262 GateRef high = TruncInt64ToInt32(Int64LSR(rawVal, Int64(32U))); in CalcHashcodeForInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8143 … Operand &high = GetOrCreatePhysicalRegisterOperand(R1, k64BitSize, GetRegTyFromPrimTy(PTY_u64)); in GetOrCreateSpecialRegisterOperand() local
11607 Operand &high = *SelectVectorGetElement(scTy, &opnd, vecTy, 1); in SplitInt128() local
11635 RegOperand &high = GetOrCreatePhysicalRegisterOperand(reg1, k64BitSize, kRegTyInt); in SelectParmListForInt128() local