Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp91 int stackCounter = 0; in GetStack() local
92 for (; !it.Done() && stackCounter < stackDepth_; it.Advance<>()) { in GetStack()
122 ++stackCounter; in GetStack()