Home | History | Annotate | Download | only in Target

Lines Matching defs:num_frames

452         uint32_t num_frames = unwinder->GetFramesUpTo(end_idx);
453 if (num_frames <= end_idx + 1)
458 m_frames.resize(num_frames);
733 const size_t num_frames = m_frames.size();
734 while (start_idx < num_frames)
864 uint32_t num_frames,
870 if (num_frames == 0)
878 if (num_frames == UINT32_MAX)
881 last_frame = first_frame + num_frames;