Home
last modified time | relevance | path

Searched refs:GetGPRAddress (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/
Dcontext.h57 virtual uintptr_t* GetGPRAddress(uint32_t reg) = 0;
/art/runtime/arch/mips/
Dcontext_mips.h52 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/arm/
Dcontext_arm.h53 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/x86_64/
Dcontext_x86_64.h52 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/arm64/
Dcontext_arm64.h53 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/mips64/
Dcontext_mips64.h52 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/x86/
Dcontext_x86.h52 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/
Dstack.cc527 uintptr_t* StackVisitor::GetGPRAddress(uint32_t reg) const { in GetGPRAddress() function in art::StackVisitor
530 return context_->GetGPRAddress(reg); in GetGPRAddress()
Dstack.h502 uintptr_t* GetGPRAddress(uint32_t reg) const;
Dthread.cc2350 mirror::Object** ref_addr = reinterpret_cast<mirror::Object**>(GetGPRAddress(i)); in VisitQuickFrame()
2385 reinterpret_cast<mirror::Object**>(GetGPRAddress(vmap_reg)); in VisitQuickFrame()