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