Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/
H A Dcontext.h67 virtual uintptr_t* GetGPRAddress(uint32_t reg) = 0;
/aosp12/art/runtime/arch/arm/
H A Dcontext_arm.h62 uintptr_t* GetGPRAddress(uint32_t reg) override { in GetGPRAddress() function
/aosp12/art/runtime/arch/arm64/
H A Dcontext_arm64.h62 uintptr_t* GetGPRAddress(uint32_t reg) override { in GetGPRAddress() function
/aosp12/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h61 uintptr_t* GetGPRAddress(uint32_t reg) override { in GetGPRAddress() function
/aosp12/art/runtime/arch/x86/
H A Dcontext_x86.h57 uintptr_t* GetGPRAddress(uint32_t reg) override { in GetGPRAddress() function
/aosp12/art/runtime/
H A Dstack.h258 uintptr_t* GetGPRAddress(uint32_t reg) const;
H A Dstack.cc513 uintptr_t* StackVisitor::GetGPRAddress(uint32_t reg) const { in GetGPRAddress() function in art::StackVisitor
516 return context_->GetGPRAddress(reg); in GetGPRAddress()
H A Dthread.cc3968 mirror::Object** ref_addr = reinterpret_cast<mirror::Object**>(GetGPRAddress(i)); in VisitQuickFrameWithVregCallback()