Lines Matching refs:constructor
68 // -- sp[...]: constructor arguments
97 // -- sp[...]: constructor arguments
231 // -- a1 : constructor function
274 // -- a1 : constructor function
320 // 4. Check if new target and constructor differ.
354 // -- a1 : constructor function
424 // -- a1 : constructor function
472 // 4. Check if new target and constructor differ.
556 // -- a1 : constructor function
560 // -- sp[...]: constructor arguments
581 // -- a1: constructor function
603 // a1: constructor function
623 // a1: constructor function
654 // Throw away the result of the constructor invocation and use the
674 // Check that the result is not a Smi, indicating that the constructor result
1223 // -- a1 : constructor to call
1247 // Call the constructor with a0, a1, and a3 unmodified.
1277 // ArrayConstructor stub expects constructor in a3. Set it here.
1733 Register constructor = a4;
1748 // Get the constructor, if any.
1749 __ GetMapConstructor(constructor, map, scratch, scratch);
1752 Register type = constructor;
1754 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2102 // 2. Make sure the target is actually a constructor.
2110 // 3. Make sure the target is actually a constructor.
2121 // 4b. The target is not a constructor, throw an appropriate TypeError.
2128 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2166 // -- a3 : new.target (checked to be constructor or undefined)
2251 // -- a3 : new.target (checked to be constructor or undefined)
2640 // -- a1 : the constructor to call (checked to be a JSFunction)
2641 // -- a3 : the new target (checked to be a constructor)
2662 // -- a3 : the new target (checked to be a constructor)
2675 // -- a3 : the new target (checked to be a constructor)
2752 // -- a1 : the constructor to call (checked to be a JSProxy)
2753 // -- a3 : the new target (either the same as the constructor or
2759 // Include the pushed new_target, constructor and the receiver.
2770 // -- a1 : the constructor to call (can be any Object)
2771 // -- a3 : the new target (either the same as the constructor or