Searched refs:old_pc (Results 1 – 6 of 6) sorted by relevance
8 old_pc has changed after step10 old_pc has changed after step13 old_pc has changed after step19 old_pc has changed after step21 old_pc has changed after step49 old_pc has changed after step
7 set $old_pc=$pc9 if $old_pc == $pc14 echo old_pc has changed after step\n
379 dbus_bool_t process_credentials, old_pc; in wpas_dbus_setter_process_credentials() local387 old_pc = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_setter_process_credentials()390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) in wpas_dbus_setter_process_credentials()
1145 Address old_pc) { in ComputeNewPcForRedirect() argument1158 if (current_pc > old_pc) break; in ComputeNewPcForRedirect()1159 delta = old_pc - current_pc; in ComputeNewPcForRedirect()1168 if (current_pc > old_pc) break; in ComputeNewPcForRedirect()1216 Address old_pc = frame->pc(); in VisitThread() local1217 Address new_pc = ComputeNewPcForRedirect(new_code, frame_code, old_pc); in VisitThread()1222 reinterpret_cast<intptr_t>(old_pc), in VisitThread()
1602 intptr_t old_pc = get_pc(); in ExecuteBranchConditional() local1607 set_pc(old_pc + offset); in ExecuteBranchConditional()1619 special_reg_lr_ = old_pc + 4; in ExecuteBranchConditional()
2395 uint32_t old_pc = get_pc(); in DecodeType01() local2397 set_register(lr, old_pc + Instruction::kInstrSize); in DecodeType01()