Searched refs:old_pc (Results 1 – 5 of 5) sorted by relevance
95 lldb::addr_t old_pc = 0; in EvaluateInstruction() local97 old_pc = ReadPC(&success); in EvaluateInstruction()111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
383 dbus_bool_t process_credentials, old_pc; in wpas_dbus_setter_process_credentials() local391 old_pc = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_setter_process_credentials()394 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) in wpas_dbus_setter_process_credentials()
1612 auto old_pc = ReadPC(); in EvaluateInstruction() local1613 if (!old_pc) in EvaluateInstruction()1625 return new_pc != old_pc || in EvaluateInstruction()1626 WritePC(*old_pc + Executor::size(m_decoded.is_rvc)); in EvaluateInstruction()
980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local985 old_pc = in EvaluateInstruction()1003 if (old_pc == new_pc) { in EvaluateInstruction()
1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local1096 old_pc = in EvaluateInstruction()1114 if (old_pc == new_pc) { in EvaluateInstruction()