Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dcontext_arm.cc32 gprs_[SP] = &sp_; in Reset()
36 sp_ = ArmContext::kBadGprBase + SP; in Reset()
Dcontext_arm.h92 uintptr_t sp_, pc_, arg0_; variable
/art/runtime/arch/mips/
Dcontext_mips.cc31 gprs_[SP] = &sp_; in Reset()
35 sp_ = MipsContext::kBadGprBase + SP; in Reset()
Dcontext_mips.h93 uintptr_t sp_, t9_, arg0_; variable
/art/runtime/arch/mips64/
Dcontext_mips64.cc31 gprs_[SP] = &sp_; in Reset()
35 sp_ = Mips64Context::kBadGprBase + SP; in Reset()
Dcontext_mips64.h93 uintptr_t sp_, t9_, arg0_; variable
/art/runtime/arch/arm64/
Dcontext_arm64.cc40 gprs_[SP] = &sp_; in Reset()
44 sp_ = Arm64Context::kBadGprBase + SP; in Reset()
Dcontext_arm64.h96 uintptr_t sp_, pc_, arg0_; variable