Lines Matching defs:function
19 #include "src/objects/shared-function-info.h"
88 auto function = Parameter<JSFunction>(Descriptor::kJSTarget);
92 CAST(LoadObjectField(function, JSFunction::kSharedFunctionInfoOffset));
107 CallRuntime(Runtime::kDebugBreakAtEntry, context, function);
114 TailCallJSCode(code, context, function, new_target, arg_count);
194 TNode<ExternalReference> function =
197 function, MachineTypeOf<Int32T>::value, fp_mode,
337 TNode<ExternalReference> function = ExternalConstant(
342 function, MachineTypeOf<Int32T>::value, fp_mode,
369 TNode<ExternalReference> function = ExternalConstant(
382 function, MachineTypeOf<Int32T>::value, fp_mode,
444 TNode<ExternalReference> function = GetExternalReference(size);
449 function, MachineType::Int32(), fp_mode,
511 TNode<ExternalReference> function = GetExternalReference(size);
516 function, MachineType::Int32(), fp_mode,
572 TNode<ExternalReference> function = GetExternalReference(size);
575 function, MachineType::Int32(), fp_mode,
1035 // Make sure we operate in the context of the called function (for example
1381 auto function = Parameter<JSFunction>(Descriptor::kTarget);
1392 Runtime::kInstantiateAsmJs, context, function, stdlib, foreign, heap);
1395 TNode<SharedFunctionInfo> shared = LoadJSFunctionSharedFunctionInfo(function);
1398 // This builtin intercepts a call to {function}, where the number of arguments
1412 // function which has been reset to the compile lazy builtin.
1414 TNode<CodeT> code = LoadJSFunctionCode(function);
1415 TailCallJSCode(code, context, function, new_target, arg_count);