Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfSection.cpp399 bool* is_dex_pc) { in EvalExpression() argument
420 if (is_dex_pc != nullptr && op.dex_pc_set()) { in EvalExpression()
421 *is_dex_pc = true; in EvalExpression()
464 bool is_dex_pc = false; in EvalRegister() local
465 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()
476 if (is_dex_pc) { in EvalRegister()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h176 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp1575 TYPED_TEST_P(DwarfOpTest, is_dex_pc) { in TYPED_TEST_P() argument
1599 is_dex_pc);