Searched refs:slots_to_copy (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1042 Register slots_to_copy = x13; // May include receiver, unlike num_args. in Generate_InterpreterPushArgs() local 1045 slots_to_claim, slots_to_copy)); in Generate_InterpreterPushArgs() 1048 slots_to_copy)); in Generate_InterpreterPushArgs() 1087 __ Mov(slots_to_copy, num_args); in Generate_InterpreterPushArgs() 1091 __ Add(slots_to_copy, num_args, 1); in Generate_InterpreterPushArgs() 1095 Operand(slots_to_copy, LSL, kPointerSizeLog2)); in Generate_InterpreterPushArgs() 1105 __ CopyDoubleWords(stack_addr, last_arg_addr, slots_to_copy); in Generate_InterpreterPushArgs() 1848 Register slots_to_copy = x10; // If needed. in Generate_PrepareForCopyingVarargs() local 1849 __ Add(slots_to_copy, argc, 1); in Generate_PrepareForCopyingVarargs() 1870 __ Tbz(slots_to_copy, 0, ©_down); in Generate_PrepareForCopyingVarargs() [all …]
|