Home
last modified time | relevance | path

Searched refs:is_dex_pc (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfSection.cpp386 bool* is_dex_pc) { in EvalExpression() argument
407 if (is_dex_pc != nullptr && op.dex_pc_set()) { in EvalExpression()
408 *is_dex_pc = true; in EvalExpression()
451 bool is_dex_pc = false; in EvalRegister() local
452 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
463 if (is_dex_pc) { in EvalRegister()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h166 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp1572 TYPED_TEST_P(DwarfOpTest, is_dex_pc) { in TYPED_TEST_P() argument
1596 is_dex_pc);