Lines Matching defs:new_target
801 TNode<Object> target, TNode<Context> context, TNode<Object> new_target,
811 CollectConstructFeedback(context, target, new_target, maybe_feedback_vector,
823 target, new_target, UndefinedConstant());
836 target, new_target, var_site.value());
845 TNode<Object> target, TNode<Context> context, TNode<Object> new_target,
860 // Check if we have monomorphic {new_target} feedback already.
863 Branch(IsWeakReferenceToObject(feedback, new_target), &construct,
870 // Check if it is a megamorphic {new_target}.
896 GotoIf(TaggedIsSmi(new_target), &mark_megamorphic);
897 // Check if the {new_target} is a JSFunction or JSBoundFunction
899 TVARIABLE(HeapObject, var_current, CAST(new_target));
935 CAST(new_target));
963 target, new_target, UndefinedConstant());