Home
last modified time | relevance | path

Searched refs:frameInfoTempLength (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h186 void FrameInfoTempToMap(FrameInfoTemp *frameInfoTemps, int frameInfoTempLength);
H A Dsamples_record.cpp516 void SamplesRecord::FrameInfoTempToMap(FrameInfoTemp *frameInfoTemps, int frameInfoTempLength) in FrameInfoTempToMap() argument
518 if (frameInfoTempLength == 0) { in FrameInfoTempToMap()
522 for (int i = 0; i < frameInfoTempLength; ++i) { in FrameInfoTempToMap()

Completed in 5 milliseconds