HomeSort by relevance Sort by last modified time
    Searched defs:SetGPR (Results 1 - 4 of 4) sorted by null

  /art/runtime/arch/x86/
context_x86.cc 64 void X86Context::SetGPR(uint32_t reg, uintptr_t value) {
  /art/runtime/arch/arm/
context_arm.cc 72 void ArmContext::SetGPR(uint32_t reg, uintptr_t value) {
  /art/runtime/arch/mips/
context_mips.cc 71 void MipsContext::SetGPR(uint32_t reg, uintptr_t value) {
  /art/runtime/
stack.cc 171 SetGPR(reg, new_value);
192 void StackVisitor::SetGPR(uint32_t reg, uintptr_t value) {
194 context_->SetGPR(reg, value);

Completed in 650 milliseconds