Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dcontext_mips.cc30 gprs_[SP] = &sp_; in Reset()
34 sp_ = MipsContext::kBadGprBase + SP; in Reset()
Dcontext_mips.h92 uintptr_t sp_, t9_, arg0_; variable
/art/runtime/arch/arm/
Dcontext_arm.cc31 gprs_[SP] = &sp_; in Reset()
35 sp_ = ArmContext::kBadGprBase + SP; in Reset()
Dcontext_arm.h91 uintptr_t sp_, pc_, arg0_; variable
/art/runtime/arch/mips64/
Dcontext_mips64.cc30 gprs_[SP] = &sp_; in Reset()
34 sp_ = Mips64Context::kBadGprBase + SP; in Reset()
Dcontext_mips64.h92 uintptr_t sp_, t9_, arg0_; variable
/art/runtime/arch/arm64/
Dcontext_arm64.cc33 gprs_[SP] = &sp_; in Reset()
37 sp_ = Arm64Context::kBadGprBase + SP; in Reset()
Dcontext_arm64.h95 uintptr_t sp_, pc_, arg0_; variable