Searched refs:slots_to_copy (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 1659 Register slots_to_copy = x13; in GenerateInterpreterPushArgs() local 1662 slots_to_claim, slots_to_copy)); in GenerateInterpreterPushArgs() 1665 slots_to_copy)); in GenerateInterpreterPushArgs() 1698 __ Sub(slots_to_copy, num_args, kJSArgcReceiverSlots); in GenerateInterpreterPushArgs() 1700 __ Mov(slots_to_copy, num_args); in GenerateInterpreterPushArgs() 1705 Operand(slots_to_copy, LSL, kSystemPointerSizeLog2)); in GenerateInterpreterPushArgs() 1713 __ CopyDoubleWords(stack_addr, last_arg_addr, slots_to_copy, in GenerateInterpreterPushArgs() 2391 Register slots_to_copy = x10; in Generate_PrepareForCopyingVarargs() local 2394 __ Mov(slots_to_copy, argc); in Generate_PrepareForCopyingVarargs() 2419 __ CopyDoubleWords(dst, src, slots_to_copy); in Generate_PrepareForCopyingVarargs() [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 2327 // in the stack. Let {slots_to_copy} be the number of slots (arguments) to in InvokePrologue() 2331 Register slots_to_copy = x4; in InvokePrologue() local 2334 Mov(slots_to_copy, actual_argument_count); in InvokePrologue() 2364 CopyDoubleWords(dst, src, slots_to_copy); in InvokePrologue()
|
Completed in 10 milliseconds