Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp646 if (UNLIKELY(frameInfoTempLength_ >= MAX_STACK_SIZE)) { in PushStackInfo()
649 frameInfoTemps_[frameInfoTempLength_++] = frameInfoTemp; in PushStackInfo()
703 frameInfoTempLength_ = 0; in FrameInfoTempToMap()
751 samplesQueue_->PostFrame(frameInfoTemps_, frameStack_, frameInfoTempLength_, frameStackLength_); in PostFrame()
762 frameInfoTempLength_ = 0; in ResetFrameLength()
Dsamples_record.h210 int frameInfoTempLength_ = 0; variable