Searched refs:stack_slot (Results 1 – 6 of 6) sorted by relevance
158 int stack_slot = i - register_parameter_count - stack_parameter_count; in GetStubCallDescriptor() local159 locations.AddParam(stackloc(stack_slot)); in GetStubCallDescriptor()
3246 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local3247 *stack_slot = address; in PushAddress()3255 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local3256 uintptr_t address = *stack_slot; in PopAddress()
3424 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local3425 *stack_slot = address; in PushAddress()3433 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local3434 uintptr_t address = *stack_slot; in PopAddress()
3822 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local3823 *stack_slot = address; in PushAddress()3831 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local3832 uintptr_t address = *stack_slot; in PopAddress()
317 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local318 memcpy(stack_slot, &address, kPointerSize); in PushAddress()326 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local327 uintptr_t address = *stack_slot; in PopAddress()
900 stack_slot = heap.stack_map.get(line_address)902 if stack_slot:2504 stack_slot = self.heap.stack_map.get(line_address)2506 if stack_slot: