Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp85 FrameInfoTempToMap(frame->frameInfoTemps, frame->frameInfoTempsLength); in AddSample()
777 int frameInfoTempsLength, int frameStackLength) in PostFrame() argument
782 for (int i = 0; i < frameInfoTempsLength; i++) { in PostFrame()
803 frames_[rear_].frameInfoTempsLength = frameInfoTempsLength; in PostFrame()
816 size_t frameInfoTempsLength = napiFrameInfoTemps.size(); in PostNapiFrame() local
819 for (size_t i = 0; i < frameInfoTempsLength; i++) { in PostNapiFrame()
841 frames_[rear_].frameInfoTempsLength = frameInfoTempsLength; in PostNapiFrame()
Dsamples_record.h80 int frameInfoTempsLength {};
94 int frameInfoTempsLength, int frameStackLength);