Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp57 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()
Dheap_sampling.h90 CVector<struct MethodKey> frameStack_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h206 struct MethodKey frameStack_[MAX_STACK_SIZE] = {}; variable
Dsamples_record.cpp584 frameStack_[frameStackLength_++] = methodKey; in PushFrameStack()
751 samplesQueue_->PostFrame(frameInfoTemps_, frameStack_, frameInfoTempLength_, frameStackLength_); in PostFrame()