Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfSection.cpp379 RegsInfo<AddressType>* regs_info, in EvalExpression() argument
382 op.set_regs_info(regs_info); in EvalExpression()
414 RegsInfo<AddressType> regs_info; member
435 if (cur_reg >= eval_info->regs_info.Total()) { in EvalRegister()
439 *reg_ptr = eval_info->regs_info.Get(cur_reg) + loc->values[1]; in EvalRegister()
446 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
458 eval_info->regs_info.regs->set_dex_pc(value); in EvalRegister()
469 if (!eval_info->regs_info.regs->SetPseudoRegister(reg, loc->values[0])) { in EvalRegister()
509 .regs_info = RegsInfo<AddressType>(cur_regs)}; in Eval()
523 if (!EvalExpression(*loc, regular_memory, &value, &eval_info.regs_info, nullptr)) { in Eval()
[all …]
DDwarfOp.h59 void set_regs_info(RegsInfo<AddressType>* regs_info) { regs_info_ = regs_info; } in set_regs_info() argument
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h162 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
/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()