HomeSort by relevance Sort by last modified time
    Searched refs:new_sp (Results 1 - 16 of 16) sorted by null

  /external/libunwind/src/ppc32/
Gresume.c 39 my_rt_sigreturn (void *new_sp)
  /external/libunwind/src/ppc64/
Gresume.c 39 my_rt_sigreturn (void *new_sp)
  /art/runtime/arch/
context.h 56 virtual void SetSP(uintptr_t new_sp) = 0;
  /art/runtime/arch/arm/
context_arm.h 40 void SetSP(uintptr_t new_sp) OVERRIDE {
41 SetGPR(SP, new_sp);
  /art/runtime/arch/arm64/
context_arm64.h 40 void SetSP(uintptr_t new_sp) OVERRIDE {
41 SetGPR(SP, new_sp);
  /art/runtime/arch/mips/
context_mips.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(SP, new_sp);
  /art/runtime/arch/mips64/
context_mips64.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(SP, new_sp);
  /art/runtime/arch/x86/
context_x86.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(ESP, new_sp);
  /art/runtime/arch/x86_64/
context_x86_64.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(RSP, new_sp);
  /external/libunwind/src/hppa/
Gresume.c 37 my_rt_sigreturn (void *new_sp, int in_syscall)
46 : "r"(new_sp), "r"(r20), "r"(r25)
  /external/v8/src/ppc/
builtins-ppc.cc 1528 Register new_sp = r6; local
1647 Register new_sp = r6; local
1711 Register new_sp = r7; local
    [all...]
simulator-ppc.cc 4030 uintptr_t new_sp = get_register(sp) - sizeof(uintptr_t); local
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 317 intptr_t new_sp = sp() - 2 * kXRegSize; local
319 reinterpret_cast<uintptr_t*>(new_sp + kXRegSize);
321 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp);
323 set_sp(new_sp);
324 return new_sp;
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 4170 int new_sp = get_register(sp) - sizeof(uintptr_t); local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 4573 int new_sp = get_register(sp) - sizeof(uintptr_t); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 4855 int64_t new_sp = get_register(sp) - sizeof(uintptr_t); local
    [all...]

Completed in 180 milliseconds