Lines Matching refs:frames
56 std::vector<DfxFrame> frames;
61 frames.emplace_back(frame);
63 ASSERT_GT(frames.size(), 1);
64 Unwinder::FillLocalFrames(frames);
65 GTEST_LOG_(INFO) << "FpUnwinderTest001: frames:\n" << Unwinder::GetFramesStr(frames);
88 std::vector<DfxFrame> frames;
93 frames.emplace_back(frame);
95 ASSERT_GT(frames.size(), 1);
96 Unwinder::FillLocalFrames(frames);
97 GTEST_LOG_(INFO) << "FpUnwinderTest002: frames:\n" << Unwinder::GetFramesStr(frames);