Searched refs:is_dex_pc (Results 1 – 3 of 3) sorted by relevance
386 bool* is_dex_pc) { in EvalExpression() argument407 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() local452 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()463 if (is_dex_pc) { in EvalRegister()
166 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
1572 TYPED_TEST_P(DwarfOpTest, is_dex_pc) { in TYPED_TEST_P() argument1596 is_dex_pc);