Home
last modified time | relevance | path

Searched refs:Eval (Results 1 – 13 of 13) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfSectionImplTest.cpp109 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
126 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
144 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
160 ASSERT_TRUE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
178 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
188 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
198 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
209 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
215 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
221 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
[all …]
DDwarfOpTest.cpp70 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 …]
DDwarfSectionTest.cpp37 MOCK_METHOD(bool, Eval, (const DwarfCie*, Memory*, const DwarfLocations&, Regs*, bool*),
113 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, &regs_, ::testing::_)) in TEST_F()
140 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, &regs_, ::testing::_)) in TEST_F()
161 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, &regs_, ::testing::_)) in TEST_F()
DArmExidxDecodeTest.cpp1496 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/
DDwarfSection.h93 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/
DArmExidx.h66 bool Eval();
DDwarfOp.h52 bool Eval(uint64_t start, uint64_t end);
DElfInterfaceArm.cpp130 if (arm.ExtractEntryData(entry_offset) && arm.Eval()) { in StepExidx()
DDwarfSection.cpp66 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
DArmExidx.cpp824 bool ArmExidx::Eval() { in Eval() function in unwindstack::ArmExidx
DDwarfOp.cpp1482 bool DwarfOp<AddressType>::Eval(uint64_t start, uint64_t end) { in Eval() function in unwindstack::DwarfOp
/system/unwinding/libunwindstack/tools/
Dunwind_info.cpp76 if (!arm.Eval() && arm.status() != ARM_STATUS_NO_UNWIND) { in DumpArm()
Dunwind_reg_info.cpp167 if (arm.data()->size() != 0 && arm.Eval()) { in PrintArmRegInformation()