Home
last modified time | relevance | path

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

/art/runtime/arch/
Dcontext.h53 virtual uintptr_t* GetGPRAddress(uint32_t reg) = 0;
/art/runtime/arch/x86/
Dcontext_x86.h47 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/arm64/
Dcontext_arm64.h49 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/x86_64/
Dcontext_x86_64.h47 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/arm/
Dcontext_arm.h49 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/arch/mips/
Dcontext_mips.h48 uintptr_t* GetGPRAddress(uint32_t reg) OVERRIDE { in GetGPRAddress() function
/art/runtime/
Dstack.cc374 uintptr_t* StackVisitor::GetGPRAddress(uint32_t reg) const { in GetGPRAddress() function in art::StackVisitor
376 return context_->GetGPRAddress(reg); in GetGPRAddress()
Dstack.h609 uintptr_t* GetGPRAddress(uint32_t reg) const;
Dthread.cc2137 … mirror::Object** ref_addr = reinterpret_cast<mirror::Object**>(GetGPRAddress(vmap_reg)); in VisitQuickFrame()