Searched refs:stackDepth_ (Results 1 – 4 of 4) sorted by relevance
25 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()
85 int stackDepth_; variable
53 if (stackDepth_ < stackDepth) { in StepComplete()56 if (stackDepth_ == stackDepth && InStepRange(bcOffset)) { in StepComplete()62 if (stackDepth_ <= stackDepth) { in StepComplete()
35 stackDepth_(GetStackDepth()), in SingleStepper()62 uint32_t stackDepth_; variable