Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp53 if (stackDepth_ < stackDepth) { in StepComplete()
56 if (stackDepth_ == stackDepth && InStepRange(bcOffset)) { in StepComplete()
62 if (stackDepth_ <= stackDepth) { in StepComplete()
Djs_single_stepper.h35 stackDepth_(GetStackDepth()), in SingleStepper()
62 uint32_t stackDepth_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp25 stackDepth_(stackDepth), in HeapSampling()
57 if (UNLIKELY(frameStack_.size() >= static_cast<size_t>(stackDepth_))) { in PushStackInfo()
66 if (UNLIKELY(frameInfoTemps_.size() >= static_cast<size_t>(stackDepth_))) { in PushFrameInfo()
92 for (; !it.Done() && stackCounter < stackDepth_; it.Advance<>()) { in GetStack()
125 …ECMA(INFO) << "Heap sampling actual stack depth is greater than the setted depth: " << stackDepth_; in GetStack()
Dheap_sampling.h85 int stackDepth_; variable