Searched refs:new_pc (Results 1 – 3 of 3) sorted by relevance
294 void set_pc(T new_pc) {296 memcpy(&pc_, &new_pc, sizeof(T));
810 void WritePc(const Instruction* new_pc,812 if (log_mode == LogBranches) LogTakenBranch(new_pc);813 pc_ = Memory::AddressUntag(new_pc);816 VIXL_DEPRECATED("WritePc", void set_pc(const Instruction* new_pc)) { in set_pc() argument817 return WritePc(new_pc); in set_pc()
1236 Address new_pc = ComputeNewPcForRedirect(new_code, frame_code, old_pc); in VisitThread() local1242 reinterpret_cast<intptr_t>(new_pc)); in VisitThread()1252 frame->set_pc(new_pc); in VisitThread()