Lines Matching refs:target
4263 // Otherwise use PACKED_ELEMENTS for the target's elements kind.
4381 // we can't just use COW, use FixedArrayMap as the target map. Otherwise, use
4382 // source_map as the target map.
4615 // the target are FixedDoubleArray. That it is PACKED or HOLEY does not
5040 // to the target and are still guaranteed that we get an undefined.
5046 // Pre-initialized the target with holes so later if we run into a hole in
5047 // the source we can just skip the writing to the target.
5103 // The target elements array is already preinitialized with undefined
5107 // The target elements array is already preinitialized with holes, so we
9317 TNode<JSReceiver> target =
9319 current = target;
9329 TNode<JSReceiver> target = CAST(LoadObjectField(
9331 current = target;
9338 TNode<JSReceiver> target = CAST(LoadObjectField(
9340 current = target;
11934 TNode<Context> context, TNode<Uint32T> depth, Label* target) {
11952 // Jump to the target if the extension slot is not an undefined value.
11955 Branch(TaggedNotEqual(extension_slot, UndefinedConstant()), target,
14817 // The following relies on the elements only aliasing with JSProxy::target,