| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region.h | 133 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Read() local 142 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Write() local 167 size_t shift = (start_ + offset) % width; in Read() local 212 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Write() local
|
| D | leb128.h | 45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local 109 size_t shift = i * PAYLOAD_WIDTH; in DecodeSigned() local
|
| D | murmur3_hash.h | 73 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
|
| D | cframe_layout.h | 195 size_t shift = Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1 in GetSpillOffset() local
|
| D | bit_utils.h | 176 uint64_t shift = index << OFFSET_BYTE; in GetByteFrom() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | proto_data_accessor-inl.h | 45 size_t shift = (elem_num_ % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in EnumerateTypes() local 81 size_t shift = (shorty_idx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in IsEqual() local
|
| D | file_items.cpp | 512 size_t shift = (*n % SHORTY_ELEMS_COUNT) * SHORTY_ELEM_SIZE; in AddType() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 91 void Deoptimizier::CollectVregs(const std::vector<kungfu::ARKDeopt>& deoptBundle, size_t shift) in CollectVregs() 553 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex() 563 size_t shift = 0; in ComputeShift() local 570 int32_t Deoptimizier::DecodeVregIndex(OffsetType id, size_t shift) in DecodeVregIndex() 578 size_t Deoptimizier::DecodeDeoptDepth(OffsetType id, size_t shift) in DecodeDeoptDepth()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 289 uint32_t shift = GetShiftOfLdr(operand, scale, regX); in Ldr() local 390 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local 417 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local 508 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local 540 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local 591 int shift = 0; in TryReplicateHWords() local 657 void AssemblerAarch64::Movz(const Register &rd, uint64_t imm, int shift) in Movz() 662 void AssemblerAarch64::Movk(const Register &rd, uint64_t imm, int shift) in Movk() 667 void AssemblerAarch64::Movn(const Register &rd, uint64_t imm, int shift) in Movn() 672 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/ |
| D | object.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | union.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | function.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | array.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | primitives.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | class.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_gate_info.h | 198 int32_t shift = rhs.max_ & 0x1f; // 0x1f : shift bits in SHR() local 209 int32_t shift = rhs.max_ & 0x1f; // 0x1f : shift bits in ASHR() local
|
| D | range_analysis.cpp | 205 auto shift = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfShift() local
|
| D | operations_stub_builder.cpp | 727 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shl() local 820 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shr() local 922 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Ashr() local
|
| D | number_speculative_lowering.cpp | 695 GateRef shift = builder_.Int32And(right, bitmask, GateType::NJSValue()); in ShiftInts() local
|
| D | circuit.cpp | 192 Gate *Circuit::LoadGatePtr(GateRef shift) in LoadGatePtr()
|
| D | llvm_ir_builder.cpp | 2292 …:SaveDeoptVregInfo(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, size_t shift, in SaveDeoptVregInfo() 2301 size_t shift, GateRef gate) in SaveDeoptVregInfoWithI64() 2330 size_t shift = Deoptimizier::ComputeShift(maxDepth); in VisitDeoptCheck() local
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | genericClassPropertyInheritanceSpecialization.ts | 39 shift(): T; method
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 302 uint32_t shift = in ShlWithTSType() local 318 uint32_t shift = in ShrWithTSType() local 332 uint32_t shift = in AshrWithTSType() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1906 uint32_t shift = in RunInternal() local 1917 uint32_t shift = in RunInternal() local 1943 uint32_t shift = in RunInternal() local 1954 uint32_t shift = in RunInternal() local 1980 uint32_t shift = in RunInternal() local 1989 uint32_t shift = in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 1225 JSHandle<BigInt> BigInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,… in FormatLeftShift() 1256 void BigInt::UnformattedRightShift(JSHandle<BigInt> bigint, uint32_t shift) in UnformattedRightShift()
|