Searched refs:current_sp (Results 1 – 6 of 6) sorted by relevance
4143 uintptr_t current_sp = get_register(sp); in PopAddress() local4144 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()4146 set_register(sp, current_sp + sizeof(uintptr_t)); in PopAddress()
266 intptr_t current_sp = sp(); in PopAddress() local267 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()270 set_sp(current_sp + 2 * kXRegSize); in PopAddress()
5883 int current_sp = get_register(sp); in PopAddress() local5884 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()5886 set_register(sp, current_sp + sizeof(uintptr_t)); in PopAddress()
7105 int current_sp = get_register(sp); in PopAddress() local7106 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()7108 set_register(sp, current_sp + sizeof(uintptr_t)); in PopAddress()
7471 int64_t current_sp = get_register(sp); in PopAddress() local7472 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()7474 set_register(sp, current_sp + sizeof(uintptr_t)); in PopAddress()
2624 uintptr_t current_sp = get_register(sp); in PopAddress() local2625 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress()2627 set_register(sp, current_sp + sizeof(uintptr_t)); in PopAddress()