Searched refs:regs_info (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/ |
D | DwarfSection.cpp | 398 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 …]
|
D | DwarfOp.h | 58 void set_regs_info(RegsInfo<AddressType>* regs_info) { regs_info_ = regs_info; } in set_regs_info() argument
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 1493 RegsInfo<TypeParam> regs_info(®s); in TYPED_TEST_P() local 1494 this->op_->set_regs_info(®s_info); in TYPED_TEST_P() 1524 RegsInfo<TypeParam> regs_info(®s); in TYPED_TEST_P() local 1525 this->op_->set_regs_info(®s_info); in TYPED_TEST_P() 1550 RegsInfo<TypeParam> regs_info(®s); in TYPED_TEST_P() local 1551 this->op_->set_regs_info(®s_info); in TYPED_TEST_P()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 176 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
|