| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | working_ranges.h | 35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
|
| H A D | reg_alloc_base.h | 93 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() argument 98 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl() argument 122 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() argument
|
| H A D | reg_alloc_base.cpp | 168 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() argument 179 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() argument 281 TryToSpillConstant(LifeIntervals *interval, Graph *graph) TryToSpillConstant() argument [all...] |
| H A D | reg_alloc_linear_scan.h | 150 auto interval = *it; in IterateIntervalsWithErasion() local [all...] |
| H A D | split_resolver.cpp | 46 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() argument [all...] |
| H A D | reg_alloc_linear_scan.cpp | 27 static void AddInterval(LifeIntervals *interval, InstructionsIntervals *dest) in AddInterval() argument 90 void RegAllocLinearScan::PrepareInterval(LifeIntervals *interval) in PrepareInterval() argument 287 SplitActiveInterval(LifeIntervals *interval, LifeNumber splitPos) SplitActiveInterval() argument 310 AddToQueue(LifeIntervals *interval) AddToQueue() argument 452 AssignStackSlot(LifeIntervals *interval) AssignStackSlot() argument 478 RemapRegallocReg(LifeIntervals *interval) RemapRegallocReg() argument 622 IsNonSpillableConstInterval(LifeIntervals *interval) IsNonSpillableConstInterval() argument 640 BeforeConstantIntervalSpill(LifeIntervals *interval, LifeNumber splitPos) BeforeConstantIntervalSpill() argument [all...] |
| H A D | reg_alloc_graph_coloring.cpp | 328 auto interval = node.GetLifeIntervals(); in SparseIG() local 349 SpillInterval(LifeIntervals *interval, WorkingRanges *ranges, WorkingRanges *stackRanges) SpillInterval() argument 360 auto *interval = node.GetLifeIntervals(); Remap() local 375 auto *interval = node.GetLifeIntervals(); MapSlots() local [all...] |
| H A D | reg_alloc_resolver.cpp | 135 auto interval = liveness_->GetTmpRegInterval(inst); in ResolveInputs() local 267 bool HasSameLocation(LifeIntervals *interval, LifeNumber pos1, LifeNumber pos2) in HasSameLocation() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| H A D | dfx_jsnapi.h | 131 int interval = 500; // 500:Default Sampling interval 500 microseconds member
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | tools.cpp | 42 bool Tools::StartSamplingProfiler(const std::string &asptFilename, uint32_t interval) in StartSamplingProfiler() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | live_registers_test.cpp | 214 auto interval = alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0U, 30U)); in TEST_F() local
|
| H A D | life_intervals_test.cpp | 51 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument 67 void CheckSiblingSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument 85 auto interval = Create({{0U, 4U}}); in TEST_F() local 95 auto interval in TEST_F() local 105 auto interval = Create({{0U, 10U}}); TEST_F() local 115 auto interval = Create({{0U, 4U}, {6U, 10U}, {12U, 20U}}); TEST_F() local 125 auto interval = Create({{0U, 100U}}); TEST_F() local 139 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local 154 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local 167 auto interval = Create({{6U, 10U}}); TEST_F() local [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_base.h | 92 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() argument 97 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl() argument 120 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() argument
|
| H A D | split_resolver.cpp | 44 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() argument [all...] |
| H A D | reg_alloc_base.cpp | 151 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() argument 162 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() argument [all...] |
| H A D | reg_alloc_graph_coloring.cpp | 265 auto *interval = node.GetLifeIntervals(); in Remap() local 328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | sampling_processor.cpp | 37 uint32_t interval = params.interval_; in Run() local
|
| H A D | cpu_profiler.cpp | 38 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler() argument 203 void CpuProfiler::SetCpuSamplingInterval(int interval) in SetCpuSamplingInterval() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 49 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument 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}}); TEST_F() local 101 auto interval = Create({{0, 4}, {6, 10}, {12, 20}}); TEST_F() local 111 auto interval = Create({{0, 100}}); TEST_F() local 125 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); TEST_F() local 140 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); TEST_F() local 153 auto interval = Create({{6, 10}}); TEST_F() local 238 auto interval = Create({{10, 100}}); TEST_F() local [all...] |
| H A D | split_resolver_new_test.cpp | 85 auto interval = la.GetInstLifeIntervals(inst); in FindInstWithInterval() local 96 auto interval = la.GetInstLifeIntervals(inst); in FindInstWithInterval() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.h | 124 auto interval = *i; in VisitIntervals() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
| H A D | cpu_profiler_test.cpp | 26 explicit CpuProfilerFriendTest(const EcmaVM *vm, const int interval) : cpu_profiler(vm, interval) {} in CpuProfilerFriendTest() argument 104 int interval = 1; in HWTEST_F_L0() local 118 int interval = 1; in HWTEST_F_L0() local 139 int interval = 1; in HWTEST_F_L0() local 159 uint32_t interval = 100; in HWTEST_F_L0() local 172 int interval = 500; HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/tooling/client/domain/ |
| H A D | profiler_client.cpp | 222 void ProfilerClient::SetSamplingInterval(int interval) in SetSamplingInterval() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 21 HeapSampling::HeapSampling(const EcmaVM *vm, Heap *const heap, uint64_t interval, int stackDepth) in HeapSampling() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | dfx_jsnapi_tests.cpp | 521 int interval = 32768; in HWTEST_F_L0() local 536 int interval = 32768; in HWTEST_F_L0() local [all...] |