Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dcontext_x86_64.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP()
/art/runtime/arch/arm64/
Dcontext_arm64.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP()
/art/runtime/arch/arm/
Dcontext_arm.h39 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP()
/art/runtime/arch/mips/
Dcontext_mips.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP()
/art/runtime/arch/x86/
Dcontext_x86.h38 void SetSP(uintptr_t new_sp) OVERRIDE { in SetSP()
/art/compiler/dex/quick/mips/
Dcall_mips.cc309 RegStorage new_sp = AllocTemp(); in GenEntrySequence() local