Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dlife_intervals_test.cpp49 …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
Dcompiler_regalloc_test.cpp889 for (auto interval : liven->GetLifeIntervals()) { in __anonfa4f11eb1302() local
917 auto interval = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonfa4f11eb1402() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h92 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot()
97 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl()
120 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval()
Dsplit_resolver.cpp28 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
Dreg_alloc_base.cpp156 void RegAllocBase::SetType(LifeIntervals *interval) in SetType()
167 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters()
202 for (auto interval : la.GetLifeIntervals()) { in PrepareIntervals() local
Dreg_alloc_graph_coloring.cpp272 auto *interval = node.GetLifeIntervals(); in Remap() local
335 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange()
345 for (auto *interval : GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals()) { in InitWorkingRanges() local
394 for (auto interval : ranges->regular) { in Presplit() local
420 for (auto interval : to_split) { in Presplit() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdoNotWidenAtObjectLiteralPropertyAssignment.ts26 interval: ITestEventInterval; property
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_mix_type.ts22 interval: number; property
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp298 for (auto &interval : inst_life_intervals_) { in ProcessBlockLiveInstructions() local
308 auto interval = GetInstLifeIntervals(inst); in ProcessBlockLiveInstructions() local
334 for (auto &interval : inst_life_intervals_) { in ProcessBlockLiveInstructions() local
476 auto interval = GetInstLifeIntervals(inst); in DumpLifeIntervals() local
494 for (auto &interval : inst_life_intervals_) { in DumpLocationsUsage() local
531 for (auto &interval : intervals) { in DumpLocationsUsage() local
565 auto interval = intervals.at(reg); in BlockReg() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp32 SamplingProcessor::SamplingProcessor(int32_t id, SamplesRecord *generator, int interval) : Task(id) in SamplingProcessor()
Dcpu_profiler.cpp33 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler()
178 void CpuProfiler::SetCpuSamplingInterval(int interval) in SetCpuSamplingInterval()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h94 int interval = 500; // 500:Default Sampling interval 500 microseconds member
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp364 [[maybe_unused]] int interval) in StartCpuProfilerForFile()
400 …FXJSNApi::StartCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int interval) in StartCpuProfilerForInfo()
441 …DFXJSNApi::SetCpuSamplingInterval([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int interval) in SetCpuSamplingInterval()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp21 HeapSampling::HeapSampling(const EcmaVM *vm, Heap *const heap, uint64_t interval, int stackDepth) in HeapSampling()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp225 uint32_t interval = 500; // 500:Default Sampling interval 500 microseconds in StartCpuProfiler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp65 auto interval = std::chrono::system_clock::now() - saveTimestamp_; in ProfileCall() local
/arkcompiler/toolchain/tooling/base/
Dpt_params.h930 SetSamplingIntervalParams &SetInterval(int32_t interval) in SetInterval()
Dpt_params.cpp887 int32_t interval = 0; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument