/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 107 auto delta = static_cast<compiler::Register>(num_temps_ - max_num_temps); in RunImpl() local 149 …ler::Register RenumberReg(const panda::compiler::Register r, const panda::compiler::Register delta) in RenumberReg() 158 const panda::compiler::Register delta) in RenumberSpillFillRegs() 170 void RegEncoder::RenumberRegs(const compiler::Register min_reg, const compiler::Register delta) in RenumberRegs() 272 …auto delta = static_cast<compiler::Register>(num_locals + num_temps + num_max_range_input_ - num_n… in RenumberArgRegs() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | proepilog.h | 53 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
|
D | operand.h | 689 void Add(int64 delta) in Add() 871 void AdjustOffset(int32 delta) in AdjustOffset()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
D | gc_queue.cpp | 44 auto delta = task->GetTargetTime() - currentTime; in GetTask() local
|
D | gc_trigger.cpp | 108 size_t delta = (heapSize / PERCENT_100) * percentThreshold_; in ComputeTarget() local 151 …auto delta = static_cast<size_t>(static_cast<double>(heapSize) / PERCENT_100_D * percentThreshold_… in ComputeTarget() local 421 size_t delta = (heapSize / PERCENT_100) * percentThreshold_; in ComputeTarget() local
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 119 auto delta = static_cast<compiler::Register>(numTemps_ - maxNumTemps); in RunImpl() local 165 …ler::Register RenumberReg(const panda::compiler::Register r, const panda::compiler::Register delta) in RenumberReg() 174 const panda::compiler::Register delta) in RenumberSpillFillRegs() 186 void RegEncoder::RenumberRegs(const compiler::Register minReg, const compiler::Register delta) in RenumberRegs() 288 …auto delta = static_cast<compiler::Register>(numLocals + numTemps + numMaxRangeInput_ - numNonArgs… in RenumberArgRegs() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | codegen_runner_test.cpp | 330 [[maybe_unused]] auto delta = bit_cast<uintptr_t>(fp) - bit_cast<uintptr_t>(&tmp); in Callback() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_info.cpp | 34 int delta = 0; in CalCallSiteInfo() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.cpp | 107 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local 144 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local 172 int delta; in CollectFuncEntryInfo() local 212 int delta = itr->second.fp2PrevFrameSpDelta; in CollectFuncEntryInfoByLiteCG() local 236 int delta; in CollectFuncEntryInfoByLiteCG() local
|
/arkcompiler/runtime_core/static_core/static_linker/ |
D | linker.cpp | 96 auto delta = [](const auto &s, const auto &e) { in Link() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | machine_code.cpp | 148 int delta = funcEntryDes->fpDeltaPrevFrameSp_; in CalCallSiteInfo() local
|
D | heap.cpp | 270 … size_t delta = activeSemiSpace_->GetInitialCapacity() - inactiveSemiSpace_->GetInitialCapacity(); in Resume() local 273 … size_t delta = inactiveSemiSpace_->GetInitialCapacity() - activeSemiSpace_->GetInitialCapacity(); in Resume() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
D | ets_intrinsics_helpers.h | 240 PandaString DecimalsToString(FpType *numberInteger, FpType fraction, int radix, FpType delta) in DecimalsToString() 489 float delta = static_cast<FpType>(HALF) * (bit_cast<FpType>(value) - number); in FpToString() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | frames.cpp | 43 int delta = std::get<2>(callsiteInfo); // 2:delta index in GetCallSiteDelta() local 524 int delta = it.ComputeDelta(); in ComputePrevFrameSp() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 258 size_t delta = static_cast<size_t>(x - (pos & (x - 1))); in Align16() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 207 double delta = HALF * (bit_cast<double>(value) - number); in DoubleToString() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
D | encode.cpp | 2310 ScopedTmpRegF32 delta(this); in EncodeCmpFracWithDelta() local 2318 ScopedTmpRegF64 delta(this); in EncodeCmpFracWithDelta() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
D | g1-gc.cpp | 2241 auto delta = (maxEdenLength - minEdenLength) / 2U; in CalculateDesiredEdenLengthByPauseDuration() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|