D | DwarfSectionTest.cpp | 62 static RegsFake regs_; member in unwindstack::DwarfSectionTest 65 RegsFake DwarfSectionTest::regs_(10); member in unwindstack::DwarfSectionTest 84 ASSERT_FALSE(section_->Step(0x1000, ®s_, nullptr, &finished, &is_signal_frame)); in TEST_F() 99 ASSERT_FALSE(section_->Step(0x1000, ®s_, nullptr, &finished, &is_signal_frame)); in TEST_F() 113 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F() 118 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F() 140 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F() 145 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F() 146 ASSERT_TRUE(section_->Step(0x1000, ®s_, &process, &finished, &is_signal_frame)); in TEST_F() 147 ASSERT_TRUE(section_->Step(0x1500, ®s_, &process, &finished, &is_signal_frame)); in TEST_F() [all …]
|