Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_mix_type.ts28 const counter = <Counter>function (start: number) { }; constant
29 counter.interval = 10;
30 counter.reset = function ():void {
31 counter.interval = 30
33 return counter;
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-nsieve-bits.pa26 movi v5, 0 #loop counter
65 movi v0, 2 #loop counter
115 movi v1, 0 #loop counter
Dbitops-3bit-bits-in-byte.pa24 movi v4, 0 #loop counter
27 movi v5, 0 #loop2 counter
D3d-morph.pa32 movi v5, 0 #loop counter
102 movi v7, 0 #loop counter
106 movi v8, 0 #loop2 counter
Dmath-partial-sums.pa36 mov v5, a0 #loop counter
85 movi v28, 1 #loop counter
Dbitops-bits-in-byte.pa24 movi v4, 0 #loop counter
Dmath-spectral-norm.pa28 mov v4, a0 #loop counter
Daccess-nbody.pa304 movi v1, 0 #loop counter
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h221 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter()
223 literalInfo_ = HotnessCounterBits::Update(literalInfo_, counter); in SetHotnessCounter()
282 static uint64_t SetHotnessCounter(uint64_t literalInfo, int16_t counter) in SetHotnessCounter()
284 return HotnessCounterBits::Update(literalInfo, counter); in SetHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp246 int counter = 0; in CheckStringTableValidity() local
253 ++counter; in CheckStringTableValidity()
256 if (counter > 1) { in CheckStringTableValidity()
Dmethod.h235 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter() argument
238 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter); in SetHotnessCounter()
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa37 mov v5, a0 #loop counter
86 movi v28, 1 #loop counter
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo…
Druntime-compiled_code-interaction.md21 hotness counter (see [Structure of `panda::Method`](#structure-of-pandamethod)) of managed function…
66 | hotness_counter_ | A hotness counter of the managed function. |
69 ### Hotness counter
72 When the hotness counter gets saturated (reaches the threshold) the interpreter triggers compilatio…
73 Panda runtime provides a command line option to tune the hotness counter threshold: `--compiler-hot…
403 …e into stack pointer, assign the return address determined at the previous step to program counter.
Dfile_format.md904 Debug information contains mapping between program counter of a method and line numbers in source
936 The aim of the state machine is to generate a mapping between program counter and line numbers and
941 | `address` | 0 | Program counter (refers to method's instructions). Must on…
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp118 TypeCounter counter(this); in StartTypeExtractor() local
125 recorder_->SetTypeSummaryIndex(counter.GetTypeIndexPlaceHolder()); in StartTypeExtractor()
126 counter.FillLiteralBuffer(); in StartTypeExtractor()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js114084 s.counter = new CIt(i, s, t);
114155 this._stats.frame.counter.start(t);
114156 this._stats.logic.counter.start(t);
114161 … m.director.isPaused() ? this._stats.frame.counter.start(t) : this._stats.logic.counter.end(t);
114166 this._stats.physics.counter.start(t);
114171 this._stats.physics.counter.end(t);
114195 this._stats.render.counter.start(t);
114200 this._stats.frame.counter.end(t);
114201 this._stats.fps.counter.frame(t);
114202 this._stats.render.counter.end(t);
[all …]