Searched refs:NumFrames (Results 1 – 3 of 3) sorted by relevance
45 const uint64_t NumFrames = in deserialize() local47 for (uint64_t J = 0; J < NumFrames; J++) { in deserialize()59 const uint64_t NumFrames = in deserialize() local62 Frames.reserve(NumFrames); in deserialize()63 for (uint64_t K = 0; K < NumFrames; K++) { in deserialize()
423 for (size_t I = 0, NumFrames = DI.getNumberOfFrames(); I < NumFrames; in symbolizeAndFilterStackFrames() local430 I != NumFrames - 1); in symbolizeAndFilterStackFrames()
237 for (int CurFrame = 1, NumFrames = CyclicCallStack.size(); in handleSCC() local238 CurFrame != NumFrames; ++CurFrame) { in handleSCC()