Searched refs:Eval (Results 1 - 12 of 12) sorted by relevance

/system/core/libunwindstack/tests/
H A DDwarfSectionImplTest.cpp104 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
121 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
139 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
155 ASSERT_TRUE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
173 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
183 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
193 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
204 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
210 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished));
216 ASSERT_FALSE(this->section_->Eval(
[all...]
H A DDwarfSectionTest.cpp35 MOCK_METHOD5(Eval, bool(const DwarfCie*, Memory*, const dwarf_loc_regs_t&, Regs*, bool*));
161 EXPECT_CALL(mock_section, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_))
192 EXPECT_CALL(mock_section, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_))
216 EXPECT_CALL(mock_section, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_))
H A DDwarfOpTest.cpp70 ASSERT_FALSE(this->op_->Eval(0, 2));
77 ASSERT_TRUE(this->op_->Eval(0, 1));
88 ASSERT_TRUE(this->op_->Eval(0, 8));
100 ASSERT_FALSE(this->op_->Eval(0, 4));
225 ASSERT_TRUE(this->op_->Eval(0, 5)) << "Failed at size " << i;
235 ASSERT_FALSE(this->op_->Eval(0, 5));
240 ASSERT_FALSE(this->op_->Eval(0, 5));
245 ASSERT_FALSE(this->op_->Eval(0, 5));
1325 ASSERT_FALSE(this->op_->Eval(0, 1));
1329 ASSERT_FALSE(this->op_->Eval(
[all...]
H A DArmExidxDecodeTest.cpp1055 ASSERT_TRUE(exidx_->Eval());
1082 ASSERT_TRUE(exidx_->Eval());
/system/core/libunwindstack/
H A DArmExidx.h57 bool Eval();
H A DElfInterfaceArm.cpp127 if (arm.ExtractEntryData(entry_offset) && arm.Eval()) {
H A DDwarfSection.cpp80 return Eval(it->second.cie, process_memory, it->second, regs, finished);
94 if (!op.Eval(start, end)) {
182 bool DwarfSectionImpl<AddressType>::Eval(const DwarfCie* cie, Memory* regular_memory, function in class:unwindstack::DwarfSectionImpl
H A DArmExidx.cpp693 bool ArmExidx::Eval() { function in class:unwindstack::ArmExidx
H A DDwarfOp.cpp39 bool DwarfOp<AddressType>::Eval(uint64_t start, uint64_t end) { function in class:unwindstack::DwarfOp
H A DDwarfOp.h60 bool Eval(uint64_t start, uint64_t end);
/system/core/libunwindstack/include/unwindstack/
H A DDwarfSection.h83 virtual bool Eval(const DwarfCie*, Memory*, const dwarf_loc_regs_t&, Regs*, bool*) = 0;
142 bool Eval(const DwarfCie* cie, Memory* regular_memory, const dwarf_loc_regs_t& loc_regs,
/system/core/libunwindstack/tools/
H A Dunwind_info.cpp76 if (!arm.Eval() && arm.status() != ARM_STATUS_NO_UNWIND) {

Completed in 202 milliseconds