Home
last modified time | relevance | path

Searched defs:SetSP (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/x86_64/
Dcontext_x86_64.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/arm64/
Dcontext_arm64.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/arm/
Dcontext_arm.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/mips/
Dcontext_mips.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function
/art/runtime/arch/x86/
Dcontext_x86.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP() function