/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 109 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 126 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 144 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 160 ASSERT_TRUE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 178 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 188 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 198 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 209 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 215 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() 221 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, ®s, &finished)); in TYPED_TEST_P() [all …]
|
D | DwarfOpTest.cpp | 70 ASSERT_FALSE(this->op_->Eval(0, 2)); in TYPED_TEST_P() 77 ASSERT_TRUE(this->op_->Eval(0, 1)); in TYPED_TEST_P() 88 ASSERT_TRUE(this->op_->Eval(0, 8)); in TYPED_TEST_P() 100 ASSERT_FALSE(this->op_->Eval(0, 4)); in TYPED_TEST_P() 225 ASSERT_TRUE(this->op_->Eval(0, 5)) << "Failed at size " << i; in TYPED_TEST_P() 235 ASSERT_FALSE(this->op_->Eval(0, 5)); in TYPED_TEST_P() 240 ASSERT_FALSE(this->op_->Eval(0, 5)); in TYPED_TEST_P() 245 ASSERT_FALSE(this->op_->Eval(0, 5)); in TYPED_TEST_P() 1340 ASSERT_FALSE(this->op_->Eval(0, 1)); in TYPED_TEST_P() 1344 ASSERT_FALSE(this->op_->Eval(1, 4)); in TYPED_TEST_P() [all …]
|
D | DwarfSectionTest.cpp | 37 MOCK_METHOD(bool, Eval, (const DwarfCie*, Memory*, const DwarfLocations&, Regs*, bool*), 113 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F() 140 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F() 161 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, ®s_, ::testing::_)) in TEST_F()
|
D | ArmExidxDecodeTest.cpp | 1496 ASSERT_TRUE(exidx_->Eval()); in TEST_P() 1527 ASSERT_TRUE(exidx_->Eval()); in TEST_P() 1563 ASSERT_TRUE(exidx_->Eval()); in TEST_P() 1598 ASSERT_TRUE(exidx_->Eval()); in TEST_P() 1638 ASSERT_TRUE(exidx_->Eval()); in TEST_P()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 93 virtual bool Eval(const DwarfCie*, Memory*, const DwarfLocations&, Regs*, bool*) = 0; 143 bool Eval(const DwarfCie* cie, Memory* regular_memory, const DwarfLocations& loc_regs, Regs* regs,
|
/system/unwinding/libunwindstack/ |
D | ArmExidx.h | 66 bool Eval();
|
D | DwarfOp.h | 52 bool Eval(uint64_t start, uint64_t end);
|
D | ElfInterfaceArm.cpp | 130 if (arm.ExtractEntryData(entry_offset) && arm.Eval()) { in StepExidx()
|
D | DwarfSection.cpp | 66 return Eval(it->second.cie, process_memory, it->second, regs, finished); in Step() 393 if (!op.Eval(start, end)) { in EvalExpression() 485 bool DwarfSectionImpl<AddressType>::Eval(const DwarfCie* cie, Memory* regular_memory, in Eval() function in unwindstack::DwarfSectionImpl
|
D | ArmExidx.cpp | 824 bool ArmExidx::Eval() { in Eval() function in unwindstack::ArmExidx
|
D | DwarfOp.cpp | 1482 bool DwarfOp<AddressType>::Eval(uint64_t start, uint64_t end) { in Eval() function in unwindstack::DwarfOp
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_info.cpp | 76 if (!arm.Eval() && arm.status() != ARM_STATUS_NO_UNWIND) { in DumpArm()
|
D | unwind_reg_info.cpp | 167 if (arm.data()->size() != 0 && arm.Eval()) { in PrintArmRegInformation()
|