Lines Matching refs:target

41   TNode<FixedArrayBase> target =
43 StoreObjectField(js_object, JSObject::kElementsOffset, target);
44 Return(target);
774 const TNode<JSObject> target = AllocateJSObjectFromMap(map);
775 return target;
778 TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source,
805 // If the target is deprecated, the object will be updated on first
806 // store. If the source for that store equals the target, this will
809 TNode<Map> target_map = LoadMap(target);
817 state(), context, target, target_is_simple_receiver, key,
842 CallBuiltin(Builtin::kCreateDataProperty, context, target, key,
866 return target;
885 TNode<JSReceiver> target = AllocateJsObjectTarget(context);
886 Return(SetOrCopyDataProperties(context, target, source, &if_runtime,
924 auto target = Parameter<JSObject>(Descriptor::kTarget);
928 CSA_DCHECK(this, TaggedNotEqual(target, source));
931 SetOrCopyDataProperties(context, target, source, &if_runtime, base::nullopt,
936 TailCallRuntime(Runtime::kCopyDataProperties, context, target, source);
940 auto target = Parameter<JSReceiver>(Descriptor::kTarget);
946 SetOrCopyDataProperties(context, target, source, &if_runtime, base::nullopt,
951 TailCallRuntime(Runtime::kSetDataProperties, context, target, source);
1028 auto target = Parameter<JSFunction>(Descriptor::kTarget);
1039 TNode<Context> context = LoadJSFunctionContext(target);
1048 TNode<SharedFunctionInfo> shared = LoadJSFunctionSharedFunctionInfo(target);
1079 // Unconditionally push argc, target and new target as extra stack arguments.
1086 target, // additional stack argument 3