Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h40 void SetSP(uintptr_t new_sp) override { in SetSP() function
/aosp_15_r20/art/runtime/arch/arm/
H A Dcontext_arm.h41 void SetSP(uintptr_t new_sp) override { in SetSP() function
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dcontext_riscv64.h41 void SetSP(uintptr_t new_sp) override { SetGPR(SP, new_sp); } in SetSP() function
/aosp_15_r20/art/runtime/arch/arm64/
H A Dcontext_arm64.h41 void SetSP(uintptr_t new_sp) override { in SetSP() function
/aosp_15_r20/art/runtime/arch/x86/
H A Dcontext_x86.h40 void SetSP(uintptr_t new_sp) override { in SetSP() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddpaddr.h242 STDMETHOD(SetSP)(THIS_ const GUID* pguidSP) PURE; in DECLARE_INTERFACE_() local