| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1_analytics_test.cpp | 80 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/ |
| D | reg_encoder.cpp | 106 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/ |
| D | fast_divisor.h | 51 uint64_t delta = 0U; in FastConstSignedDivisor() local 113 uint64_t delta = 0U; in FastConstUnsignedDivisor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | proepilog.h | 48 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
|
| D | cfi_generator.h | 45 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
|
| /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 420 size_t delta = (heapSize / PERCENT_100) * percentThreshold_; in ComputeTarget() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | dtoa_helper.cpp | 86 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()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | dtoa_helper.cpp | 86 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()
|
| D | ets_intrinsics_helpers.h | 245 PandaString DecimalsToString(FpType *numberInteger, FpType fraction, int radix, FpType delta) in DecimalsToString() 369 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/ |
| D | reg_encoder.cpp | 153 auto delta = RegsDiff(numTemps_, maxNumTemps); in RunImpl() local 204 …ompiler::Register RenumberReg(const ark::compiler::Register r, const ark::compiler::Register delta) in RenumberReg() 213 const ark::compiler::Register delta) in RenumberSpillFillRegs() 225 …rRegsForInst(compiler::Inst *inst, const compiler::Register minReg, const compiler::Register delta) in RenumberRegsForInst() 250 void RegEncoder::RenumberRegs(const compiler::Register minReg, const compiler::Register delta) in RenumberRegs() 341 auto delta = RegsDiff(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/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlFormattersCache.cpp | 129 auto delta = static_cast<uint32_t>(simpleRand() % (MAX_SIZE_CACHE - ERASE_AMOUNT + 1U)); in EraseRandFmtsGroupByEraseRatio() 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 | 118 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/runtime_core/static_core/static_linker/ |
| D | linker.cpp | 103 auto delta = [](const auto &s, const auto &e) { in Link() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.cpp | 68 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/ |
| D | machine_code.cpp | 269 int delta = GetFpDeltaPrevFrameSp(); in CalCallSiteInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | frames.cpp | 511 int delta = ComputeDelta(method); in GetPrevFrameCallSiteSp() local 704 int delta = it.ComputeDelta(method); in ComputePrevFrameSp() local 761 int delta = it.ComputeDelta(); in ComputePrevFrameSp() local
|
| D | method.h | 293 uint64_t SetFpDelta(uint64_t extraLitearalInfo, int32_t delta) in SetFpDelta() 386 void SetFpDelta(int32_t delta) in SetFpDelta()
|
| D | js_collator.cpp | 567 constexpr UCollationResult ToUCollationResult(int delta) in ToUCollationResult()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/ |
| D | xgc.cpp | 370 size_t delta = (currentStorageSize / PERCENT_100_D) * increaseThresholdPercent_; in ComputeNewSize() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/services/text_change/ |
| D | change_tracker.h | 57 std::optional<int> delta; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_to_string_cache_test.cpp | 377 auto delta = std::abs(x - y); in SymEq() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 645 size_t delta = bytesAllocated * (1.0 / heapParam.heapUtilization - 1.0); in UpdateGCStats() local
|