Home
last modified time | relevance | path

Searched refs:SetSP (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/
Dcontext.h48 virtual void SetSP(uintptr_t new_sp) = 0;
/art/runtime/arch/mips/
Dcontext_mips.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/arm/
Dcontext_arm.h40 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/x86_64/
Dcontext_x86_64.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/arm64/
Dcontext_arm64.h40 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/mips64/
Dcontext_mips64.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/x86/
Dcontext_x86.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/
Dquick_exception_handler.cc406 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()