/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 | compiler_regalloc_test.cpp | 889 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/ |
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 | 156 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() 167 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() 202 for (auto interval : la.GetLifeIntervals()) { in PrepareIntervals() local
|
D | reg_alloc_graph_coloring.cpp | 272 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/ |
D | doNotWidenAtObjectLiteralPropertyAssignment.ts | 26 interval: ITestEventInterval; property
|
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
D | interface_mix_type.ts | 22 interval: number; property
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 298 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/ |
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() 178 void CpuProfiler::SetCpuSamplingInterval(int interval) in SetCpuSamplingInterval()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | dfx_jsnapi.h | 94 int interval = 500; // 500:Default Sampling interval 500 microseconds member
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 364 [[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/ |
D | heap_sampling.cpp | 21 HeapSampling::HeapSampling(const EcmaVM *vm, Heap *const heap, uint64_t interval, int stackDepth) in HeapSampling()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_ark_tools.cpp | 225 uint32_t interval = 500; // 500:Default Sampling interval 500 microseconds in StartCpuProfiler() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 65 auto interval = std::chrono::system_clock::now() - saveTimestamp_; in ProfileCall() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_params.h | 930 SetSamplingIntervalParams &SetInterval(int32_t interval) in SetInterval()
|
D | pt_params.cpp | 887 int32_t interval = 0; in Create() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|