Home
last modified time | relevance | path

Searched refs:sp_ (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/arm/
Dcontext_arm.cc32 gprs_[SP] = &sp_; in Reset()
36 sp_ = kBadGprBase + SP; in Reset()
Dcontext_arm.h96 uintptr_t sp_, pc_, arg0_; variable
/art/runtime/arch/riscv64/
Dcontext_riscv64.cc36 gprs_[SP] = &sp_; in Reset()
40 sp_ = kBadGprBase + SP; in Reset()
Dcontext_riscv64.h92 uintptr_t sp_, pc_, arg0_; variable
/art/runtime/arch/arm64/
Dcontext_arm64.cc41 gprs_[SP] = &sp_; in Reset()
45 sp_ = kBadGprBase + SP; in Reset()
Dcontext_arm64.h100 uintptr_t sp_, pc_, arg0_; variable