Searched refs:is_dex_pc (Results 1 – 3 of 3) sorted by relevance
399 bool* is_dex_pc) { in EvalExpression() argument420 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() local465 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister()476 if (is_dex_pc) { in EvalRegister()
176 RegsInfo<AddressType>* regs_info, bool* is_dex_pc);
1575 TYPED_TEST_P(DwarfOpTest, is_dex_pc) { in TYPED_TEST_P() argument1599 is_dex_pc);