Lines Matching refs:regs_
68 static RegsFake regs_; member in unwindstack::DwarfSectionTest
71 RegsFake DwarfSectionTest::regs_(10); member in unwindstack::DwarfSectionTest
90 ASSERT_FALSE(section_->Step(0x1000, ®s_, nullptr, &finished, &is_signal_frame)); in TEST_F()
105 ASSERT_FALSE(section_->Step(0x1000, ®s_, nullptr, &finished, &is_signal_frame)); in TEST_F()
119 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F()
124 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
146 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F()
151 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
152 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
153 ASSERT_TRUE(section_->Step(0x1500, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
167 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F()
172 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
182 ASSERT_TRUE(section_->Step(0x600, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()
183 ASSERT_TRUE(section_->Step(0x700, ®s_, &process, &finished, &is_signal_frame)); in TEST_F()