Lines Matching defs:function

27 #include "src/objects/shared-function-info.h"
1364 TNode<Object> function = LoadRegisterAtOperandIndex(0);
1375 // Collect the {function} feedback.
1376 CollectCallFeedback(function, receiver, context, maybe_feedback_vector,
1379 // Call the function and dispatch to the next handler.
1380 CallJSAndDispatch(function, context, args, receiver_mode);
1394 TNode<Object> function = LoadRegisterAtOperandIndex(0);
1404 // Collect the {function} feedback.
1405 CollectCallFeedback(function, receiver, context, maybe_feedback_vector,
1410 CallJSAndDispatch(function, context, Int32Constant(arg_count),
1415 function, context, Int32Constant(arg_count), receiver_mode,
1420 function, context, Int32Constant(arg_count), receiver_mode,
1426 function, context, Int32Constant(arg_count), receiver_mode,
1480 // Call the runtime function |function_id| with the first argument in
1494 // Implements the semantic equivalent of calling the runtime function
1509 // Call the runtime function |function_id| which returns a pair, with the
1514 // Call the runtime function.
1529 // Call the JS runtime function that has the |context_index| with the receiver
1535 // Get the function to call from the native context.
1538 TNode<Object> function = LoadContextElement(native_context, context_index);
1540 // Call the function.
1541 CallJSAndDispatch(function, context, args,
1558 // Call into Runtime function CallWithSpread which does everything.
2542 // Creates a new context with number of |slots| for the function closure.
2591 // Check if function has duplicate parameters.
2682 // Aborts execution (via a call to the runtime function).
2773 TNode<JSFunction> function =
2776 function);