Searched refs:SetSP (Results 1 – 8 of 8) sorted by relevance
48 virtual void SetSP(uintptr_t new_sp) = 0;
39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
40 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
406 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()