Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp80 const uint64_t delta = 200'000; in FillAnalyticsUndefinedBehaviorTest() local
84 const uint64_t delta = 250'000; in FillAnalyticsUndefinedBehaviorTest() local
89 const uint64_t delta = 1'000'000; in FillAnalyticsUndefinedBehaviorTest() local
93 const uint64_t delta = 2'000'000; in FillAnalyticsUndefinedBehaviorTest() local
98 const uint64_t delta = 3'000'000; in FillAnalyticsUndefinedBehaviorTest() local
102 const uint64_t delta = 6'000'000; in FillAnalyticsUndefinedBehaviorTest() local
107 const uint64_t delta = 7'000'000; in FillAnalyticsUndefinedBehaviorTest() local
111 const uint64_t delta = 10'000'000; in FillAnalyticsUndefinedBehaviorTest() local
142 const uint64_t delta = 200'000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
146 const uint64_t delta = 250'000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp106 auto delta = static_cast<compiler::Register>(num_temps_ - max_num_temps); in RunImpl() local
148 …ler::Register RenumberReg(const panda::compiler::Register r, const panda::compiler::Register delta) in RenumberReg()
157 const panda::compiler::Register delta) in RenumberSpillFillRegs()
169 void RegEncoder::RenumberRegs(const compiler::Register min_reg, const compiler::Register delta) in RenumberRegs()
271 …auto delta = static_cast<compiler::Register>(num_locals + num_temps + num_max_range_input_ - num_n… in RenumberArgRegs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h51 uint64_t delta = 0U; in FastConstSignedDivisor() local
111 uint64_t delta = 0U; in FastConstUnsignedDivisor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dproepilog.h48 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
Dcfi_generator.h45 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
Doperand.h661 void Add(int64 delta) in Add()
849 void AdjustOffset(int32 delta) in AdjustOffset()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp44 auto delta = task->GetTargetTime() - currentTime; in GetTask() local
Dgc_trigger.cpp108 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/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
154 void DtoaHelper::DigitGen(const DiyFp &w, const DiyFp &mp, uint64_t delta) in DigitGen()
Dets_intrinsics_helpers.h245 PandaString DecimalsToString(FpType *numberInteger, FpType fraction, int radix, FpType delta) in DecimalsToString()
370 float delta = static_cast<FpType>(HALF) * (bit_cast<FpType>(value) - number); in FpDelta() local
405 float delta = FpDelta(number); in FpToString() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.cpp160 auto delta = RegsDiff(numTemps_, maxNumTemps); in RunImpl() local
211 …ompiler::Register RenumberReg(const ark::compiler::Register r, const ark::compiler::Register delta) in RenumberReg()
220 const ark::compiler::Register delta) in RenumberSpillFillRegs()
232 …rRegsForInst(compiler::Inst *inst, const compiler::Register minReg, const compiler::Register delta) in RenumberRegsForInst()
257 void RegEncoder::RenumberRegs(const compiler::Register minReg, const compiler::Register delta) in RenumberRegs()
348 auto delta = RegsDiff(numLocals + numTemps + numMaxRangeInput_, numNonArgs); in RenumberArgRegs() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_runner_test.cpp330 [[maybe_unused]] auto delta = bit_cast<uintptr_t>(fp) - bit_cast<uintptr_t>(&tmp); in Callback() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlFormattersCache.cpp91 auto delta = static_cast<uint32_t>(simpleRand() % (MAX_SIZE_CACHE - ERASE_AMOUNT + 1U)); in EraseRandFmtsGroupByEraseRatio() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp34 int delta = 0; in CalCallSiteInfo() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.cpp96 auto delta = [](const auto &s, const auto &e) { in Link() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp118 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local
155 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local
183 int delta; in CollectFuncEntryInfo() local
223 int delta = itr->second.fp2PrevFrameSpDelta; in CollectFuncEntryInfoByLiteCG() local
247 int delta; in CollectFuncEntryInfoByLiteCG() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp68 void DtoaHelper::GrisuRound(char *buffer, int len, uint64_t delta, uint64_t rest, uint64_t tenKappa… in GrisuRound()
100 void DtoaHelper::DigitGen(const DiyFp &W, const DiyFp &Mp, uint64_t delta, char *buffer, int *len, … in DigitGen()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp243 int delta = GetFpDeltaPrevFrameSp(); in CalCallSiteInfo() local
Dheap.cpp1097 … size_t delta = activeSemiSpace_->GetInitialCapacity() - inactiveSemiSpace_->GetInitialCapacity(); in Resume() local
1100 … size_t delta = inactiveSemiSpace_->GetInitialCapacity() - activeSemiSpace_->GetInitialCapacity(); in Resume() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp478 int delta = ComputeDelta(method); in GetPrevFrameCallSiteSp() local
682 int delta = it.ComputeDelta(method); in ComputePrevFrameSp() local
744 int delta = it.ComputeDelta(); in ComputePrevFrameSp() local
Dmethod.h293 uint64_t SetFpDelta(uint64_t extraLitearalInfo, int32_t delta) in SetFpDelta()
386 void SetFpDelta(int32_t delta) in SetFpDelta()
Djs_collator.cpp568 constexpr UCollationResult ToUCollationResult(int delta) in ToUCollationResult()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp374 auto delta = std::abs(x - y); in SymEq() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp258 size_t delta = static_cast<size_t>(x - (pos & (x - 1))); in Align16() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1568 int delta = it.ComputeDelta(); in IterateFrame() local
1581 int delta = it.ComputeDelta(); in IterateFrame() local

12