Home | History | Annotate | Download | only in arm64

Lines Matching full:new_sp

313   intptr_t new_sp = sp() - 2 * kXRegSize;
315 reinterpret_cast<uintptr_t*>(new_sp + kXRegSize);
317 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp);
319 set_sp(new_sp);
320 return new_sp;