Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfOp.h59 void set_regs_info(RegsInfo<AddressType>* regs_info) { regs_info_ = regs_info; } in set_regs_info() argument
DDwarfSection.cpp385 RegsInfo<AddressType>* regs_info, in EvalExpression() argument
388 op.set_regs_info(regs_info); in EvalExpression()
420 RegsInfo<AddressType> regs_info; member
441 if (cur_reg >= eval_info->regs_info.Total()) { in EvalRegister()
445 *reg_ptr = eval_info->regs_info.Get(cur_reg) + loc->values[1]; in EvalRegister()
452 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
464 eval_info->regs_info.regs->set_dex_pc(value); in EvalRegister()
511 .regs_info = RegsInfo<AddressType>(cur_regs)}; in Eval()
525 if (!EvalExpression(*loc, regular_memory, &value, &eval_info.regs_info, nullptr)) { in Eval()
548 if (!eval_info.regs_info.regs->SetPseudoRegister(reg, entry.second.values[0])) { in Eval()
[all …]
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp1490 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1491 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1521 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1522 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
1547 RegsInfo<TypeParam> regs_info(&regs); in TYPED_TEST_P() local
1548 this->op_->set_regs_info(&regs_info); in TYPED_TEST_P()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h166 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);