Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfOp.h59 void set_regs_info(RegsInfo<AddressType>* regs_info) { regs_info_ = regs_info; } in set_regs_info() argument
DDwarfSection.cpp376 RegsInfo<AddressType>* regs_info, in EvalExpression() argument
379 op.set_regs_info(regs_info); in EvalExpression()
411 RegsInfo<AddressType> regs_info; member
432 if (cur_reg >= eval_info->regs_info.Total()) { in EvalRegister()
436 *reg_ptr = eval_info->regs_info.Get(cur_reg) + loc->values[1]; in EvalRegister()
443 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
455 eval_info->regs_info.regs->set_dex_pc(value); in EvalRegister()
495 .regs_info = RegsInfo<AddressType>(cur_regs)}; in Eval()
509 if (!EvalExpression(*loc, regular_memory, &value, &eval_info.regs_info, nullptr)) { in Eval()
532 reg_ptr = eval_info.regs_info.Save(reg); in Eval()
/system/core/libunwindstack/tests/
DDwarfOpTest.cpp1475 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1476 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1506 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1507 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1532 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1533 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h151 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);