Lines Matching refs:slots_to_claim
571 Register slots_to_claim = x11; in Generate_JSEntryTrampolineHelper() local
586 __ Add(slots_to_claim, argc, 3); in Generate_JSEntryTrampolineHelper()
587 __ Bic(slots_to_claim, slots_to_claim, 1); in Generate_JSEntryTrampolineHelper()
591 Generate_StackOverflowCheck(masm, slots_to_claim, &stack_overflow); in Generate_JSEntryTrampolineHelper()
599 __ Claim(slots_to_claim); in Generate_JSEntryTrampolineHelper()
602 __ SlotAddress(scratch, slots_to_claim); in Generate_JSEntryTrampolineHelper()
1041 Register slots_to_claim = x12; in Generate_InterpreterPushArgs() local
1045 slots_to_claim, slots_to_copy)); in Generate_InterpreterPushArgs()
1047 DCHECK(!AreAliased(spread_arg_out, last_arg_addr, stack_addr, slots_to_claim, in Generate_InterpreterPushArgs()
1051 __ Add(slots_to_claim, num_args, 1); in Generate_InterpreterPushArgs()
1055 __ Sub(slots_to_claim, slots_to_claim, 1); in Generate_InterpreterPushArgs()
1061 Generate_StackOverflowCheck(masm, slots_to_claim, &stack_overflow); in Generate_InterpreterPushArgs()
1069 __ Add(slots_to_claim, slots_to_claim, 1); in Generate_InterpreterPushArgs()
1070 __ Bic(slots_to_claim, slots_to_claim, 1); in Generate_InterpreterPushArgs()
1071 __ Claim(slots_to_claim); in Generate_InterpreterPushArgs()
1077 __ Sub(scratch, slots_to_claim, 1); in Generate_InterpreterPushArgs()
1862 Register slots_to_claim = x12; in Generate_PrepareForCopyingVarargs() local
1863 __ Add(slots_to_claim, len, 1); in Generate_PrepareForCopyingVarargs()
1865 __ Sub(slots_to_claim, slots_to_claim, Operand(scratch, LSL, 1)); in Generate_PrepareForCopyingVarargs()
1866 __ Claim(slots_to_claim); in Generate_PrepareForCopyingVarargs()
2228 Register slots_to_claim = x12; in Generate_PushBoundArguments() local
2230 __ Mov(slots_to_claim, bound_argc); in Generate_PushBoundArguments()
2244 __ Add(slots_to_claim, bound_argc, 1); in Generate_PushBoundArguments()
2246 __ Sub(slots_to_claim, slots_to_claim, Operand(scratch, LSL, 1)); in Generate_PushBoundArguments()
2254 __ Cbz(slots_to_claim, ©_bound_args); in Generate_PushBoundArguments()
2255 __ Claim(slots_to_claim); in Generate_PushBoundArguments()
2260 __ CopySlots(0, slots_to_claim, count); in Generate_PushBoundArguments()