Home
last modified time | relevance | path

Searched refs:regs_info (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfSection.cpp398 RegsInfo<AddressType>* regs_info, in EvalExpression() argument
401 op.set_regs_info(regs_info); in EvalExpression()
433 RegsInfo<AddressType> regs_info; member
453 uint16_t cur_reg = eval_info->regs_info.regs->Convert(loc->values[0]); in EvalRegister()
454 if (cur_reg >= eval_info->regs_info.Total()) { in EvalRegister()
458 *reg_ptr = eval_info->regs_info.Get(cur_reg) + loc->values[1]; in EvalRegister()
465 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
477 eval_info->regs_info.regs->set_dex_pc(value); in EvalRegister()
524 .regs_info = RegsInfo<AddressType>(cur_regs)}; in Eval()
538 if (!EvalExpression(*loc, regular_memory, &value, &eval_info.regs_info, nullptr)) { in Eval()
[all …]
DDwarfOp.h58 void set_regs_info(RegsInfo<AddressType>* regs_info) { regs_info_ = regs_info; } in set_regs_info() argument
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp1493 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1494 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1524 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1525 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1550 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1551 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h176 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);