Searched refs:argument_slots_on_stack (Results 1 – 1 of 1) sorted by relevance
2538 int argument_slots_on_stack = in PrepareCallCFunction() local2540 subp(rsp, Immediate((argument_slots_on_stack + 1) * kRegisterSize)); in PrepareCallCFunction()2542 movp(Operand(rsp, argument_slots_on_stack * kRegisterSize), kScratchRegister); in PrepareCallCFunction()2562 int argument_slots_on_stack = in CallCFunction() local2564 movp(rsp, Operand(rsp, argument_slots_on_stack * kRegisterSize)); in CallCFunction()