Searched refs:bound_arguments (Results 1 – 12 of 12) sorted by relevance
18 bound_arguments: FixedArray;
339 int nof_bound_arguments = function->bound_arguments().length(); in GetLength()346 int length = function->bound_arguments().length(); in GetLength()
98 bound_arguments: argumentsArray
893 Node* bound_arguments = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateBoundFunction() local903 bound_arguments = effect = ab.Finish(); in ReduceJSCreateBoundFunction()918 a.Store(AccessBuilder::ForJSBoundFunctionBoundArguments(), bound_arguments); in ReduceJSCreateBoundFunction()
443 FixedArrayRef bound_arguments() const;
1452 FixedArrayRef JSBoundFunctionRef::bound_arguments() const { in bound_arguments() function in v8::internal::compiler::JSBoundFunctionRef1454 return MakeRefAssumeMemoryFence(broker(), object()->bound_arguments()); in bound_arguments()
4372 FixedArrayRef bound_arguments = function.bound_arguments(); in ReduceJSCall() local4373 const int bound_arguments_length = bound_arguments.length(); in ReduceJSCall()4377 base::Optional<ObjectRef> maybe_arg = bound_arguments.TryGet(i); in ReduceJSCall()5158 FixedArrayRef bound_arguments = function.bound_arguments(); in ReduceJSConstruct() local5159 const int bound_arguments_length = bound_arguments.length(); in ReduceJSConstruct()5166 base::Optional<ObjectRef> maybe_arg = bound_arguments.TryGet(i); in ReduceJSConstruct()
7840 if (bound_target->bound_arguments().length() == 0 && in ResolveWasmImportCall()
3046 Handle<FixedArray> bound_arguments; in NewJSBoundFunction() local3048 bound_arguments = empty_fixed_array(); in NewJSBoundFunction()3050 bound_arguments = NewFixedArray(bound_args.length()); in NewJSBoundFunction()3052 bound_arguments->set(i, *bound_args[i]); in NewJSBoundFunction()3072 raw.set_bound_arguments(*bound_arguments, SKIP_WRITE_BARRIER); in NewJSBoundFunction()
232 handle(function->bound_arguments(), isolate)))); in GetInternalProperties()
1157 TagObject(js_fun.bound_arguments(), "(bound arguments)"); in ExtractJSObjectReferences()1158 SetInternalReference(entry, "bindings", js_fun.bound_arguments(), in ExtractJSObjectReferences()1165 FixedArray bindings = js_fun.bound_arguments(); in ExtractJSObjectReferences()
1522 os << "\n - bound_arguments: " << Brief(bound_arguments()); in JSBoundFunctionPrint()