Searched refs:is_dex_pc (Results 1 – 3 of 3) sorted by relevance
/system/core/libunwindstack/ |
D | DwarfSection.cpp | 377 bool* is_dex_pc) { in EvalExpression() argument 398 if (is_dex_pc != nullptr && op.dex_pc_set()) { in EvalExpression() 399 *is_dex_pc = true; in EvalExpression() 442 bool is_dex_pc = false; in EvalRegister() local 443 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister() 454 if (is_dex_pc) { in EvalRegister()
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 151 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
|
/system/core/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 1557 TYPED_TEST_P(DwarfOpTest, is_dex_pc) { in TYPED_TEST_P() argument 1580 op_regx, op_breg, op_breg_invalid_register, op_bregx, op_nop, is_dex_pc);
|