| /arkcompiler/runtime_core/compiler/tests/ |
| D | life_intervals_test.cpp | 49 …void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>>… in CheckRanges() 71 auto interval = Create({{0, 4}}); in TEST_F() local 81 auto interval = Create({{0, 4}, {8, 10}}); in TEST_F() local 91 auto interval = Create({{0, 10}}); in TEST_F() local 101 auto interval = Create({{0, 4}, {6, 10}, {12, 20}}); in TEST_F() local 111 auto interval = Create({{0, 100}}); in TEST_F() local 125 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); in TEST_F() local 140 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); in TEST_F() local 153 auto interval = Create({{6, 10}}); in TEST_F() local 238 auto interval = Create({{10, 100}}); in TEST_F() local
|
| D | live_registers_test.cpp | 214 auto interval = alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0, 30)); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_base.h | 92 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() 97 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl() 120 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval()
|
| D | split_resolver.cpp | 28 for (auto interval : liveness_->GetLifeIntervals()) { in Run() local 46 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() 72 for (auto interval : liveness_->GetLifeIntervals()) { in ProcessBlock() local
|
| D | reg_alloc_base.cpp | 161 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() 172 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() 207 for (auto interval : la.GetLifeIntervals()) { in PrepareIntervals() local
|
| D | reg_alloc_graph_coloring.cpp | 273 auto *interval = node.GetLifeIntervals(); in Remap() local 336 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() 346 for (auto *interval : GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals()) { in InitWorkingRanges() local 395 for (auto interval : ranges->regular) { in Presplit() local 421 for (auto interval : to_split) { in Presplit() local
|
| D | reg_alloc_resolver.cpp | 255 bool HasSameLocation(LifeIntervals *interval, LifeNumber pos1, LifeNumber pos2) in HasSameLocation()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 306 for (auto &interval : inst_life_intervals_) { in ProcessBlockLiveInstructions() local 316 auto interval = GetInstLifeIntervals(inst); in ProcessBlockLiveInstructions() local 345 for (auto &interval : inst_life_intervals_) { in ProcessBlockLiveInstructions() local 517 auto interval = GetInstLifeIntervals(inst); in DumpLifeIntervals() local 535 for (auto &interval : inst_life_intervals_) { in DumpLocationsUsage() local 572 for (auto &interval : intervals) { in DumpLocationsUsage() local 606 auto interval = intervals.at(reg); in BlockReg() local
|
| D | live_registers.h | 126 auto interval = *i; variable
|
| D | live_registers.cpp | 44 for (auto &interval : source) { in CopyIntervals() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | sampling_processor.cpp | 32 SamplingProcessor::SamplingProcessor(int32_t id, SamplesRecord *generator, int interval) : Task(id) in SamplingProcessor()
|
| D | cpu_profiler.cpp | 33 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler() 163 void CpuProfiler::SetCpuSamplingInterval(int interval) in SetCpuSamplingInterval()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 206 …XJSNApi::StartCpuProfilerForFile(const EcmaVM *vm, const std::string &fileName, const int interval) in StartCpuProfilerForFile() 234 void DFXJSNApi::StartCpuProfilerForInfo(const EcmaVM *vm, const int interval) in StartCpuProfilerForInfo() 266 void DFXJSNApi::SetCpuSamplingInterval(const EcmaVM *vm, int interval) in SetCpuSamplingInterval()
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | bit_vector_property_test.cpp | 209 prop("clr(size_t from, size_t to)", [](BSet &&bset, Interval &&interval) { in __anonea1bced30b02() 218 prop("set(size_t from, size_t to)", [](BSet &&bset, Interval &&interval) { in __anonea1bced30c02() 227 prop("invert(size_t from, size_t to)", [](BSet &&bset, Interval &&interval) { in __anonea1bced30d02()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 163 uint32_t interval = 500; // 500:Default Sampling interval 500 microseconds in StartCpuProfiler() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.h | 863 SetSamplingIntervalParams &SetInterval(int32_t interval) in SetInterval()
|
| D | pt_params.cpp | 826 int32_t interval = 0; in Create() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 968 auto interval = la.GetInstLifeIntervals(input_inst)->FindSiblingAt(target_life_number); in CreateVRegMap() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|