Searched refs:SetPC (Results 1 – 7 of 7) sorted by relevance
50 virtual void SetPC(uintptr_t new_pc) = 0;
43 void SetPC(uintptr_t new_pc) OVERRIDE { in SetPC() function
44 void SetPC(uintptr_t new_lr) OVERRIDE { in SetPC() function
44 void SetPC(uintptr_t new_pc) OVERRIDE { in SetPC() function
353 context_->SetPC(handler_quick_frame_pc_); in DoLongJump()