Searched refs:frameStack_ (Results 1 – 4 of 4) sorted by relevance
57 if (UNLIKELY(frameStack_.size() >= static_cast<size_t>(stackDepth_))) { in PushStackInfo()60 frameStack_.emplace_back(methodKey); in PushStackInfo()76 frameStack_.clear(); in ResetFrameLength()173 int frameLen = static_cast<int>(frameStack_.size()) - 1; in PushAndGetNode()175 node = FindOrAddNode(node, frameStack_[frameLen]); in PushAndGetNode()
90 CVector<struct MethodKey> frameStack_; variable
206 struct MethodKey frameStack_[MAX_STACK_SIZE] = {}; variable
584 frameStack_[frameStackLength_++] = methodKey; in PushFrameStack()751 samplesQueue_->PostFrame(frameInfoTemps_, frameStack_, frameInfoTempLength_, frameStackLength_); in PostFrame()