Searched refs:counter (Results 1 – 17 of 17) sorted by relevance
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
D | interface_mix_type.ts | 28 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/ |
D | bitops-nsieve-bits.pa | 26 movi v5, 0 #loop counter 65 movi v0, 2 #loop counter 115 movi v1, 0 #loop counter
|
D | bitops-3bit-bits-in-byte.pa | 24 movi v4, 0 #loop counter 27 movi v5, 0 #loop2 counter
|
D | 3d-morph.pa | 32 movi v5, 0 #loop counter 102 movi v7, 0 #loop counter 106 movi v8, 0 #loop2 counter
|
D | math-partial-sums.pa | 36 mov v5, a0 #loop counter 85 movi v28, 1 #loop counter
|
D | bitops-bits-in-byte.pa | 24 movi v4, 0 #loop counter
|
D | math-spectral-norm.pa | 28 mov v4, a0 #loop counter
|
D | access-nbody.pa | 304 movi v1, 0 #loop counter
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | method_literal.h | 221 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/ |
D | ecma_string_table.cpp | 246 int counter = 0; in CheckStringTableValidity() local 253 ++counter; in CheckStringTableValidity() 256 if (counter > 1) { in CheckStringTableValidity()
|
D | method.h | 235 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/ |
D | math-partial-sums.pa | 37 mov v5, a0 #loop counter 86 movi v28, 1 #loop counter
|
/arkcompiler/runtime_core/docs/ |
D | on-stack-replacement.md | 47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo…
|
D | runtime-compiled_code-interaction.md | 21 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.
|
D | file_format.md | 904 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/ |
D | typeExtractor.cpp | 118 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/ |
D | cocos_worker_test.js | 114084 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 …]
|