Home | History | Annotate | Download | only in arm64

Lines Matching refs:constructor

69   //  -- sp[...]: constructor arguments
96 // -- sp[...]: constructor arguments
218 // -- x1 : constructor function
260 // -- x1 : constructor function
305 // 4. Check if new target and constructor differ.
341 // -- x1 : constructor function
411 // -- x1 : constructor function
457 // 4. Check if new target and constructor differ.
545 // -- x1 : constructor function
549 // -- sp[...]: constructor arguments
562 Register constructor = x1;
571 __ Push(constructor, new_target);
575 __ Pop(new_target, constructor);
578 // -- x1: constructor function
606 // x1: constructor function
630 // x1: constructor function
633 __ InvokeFunction(constructor, new_target, actual, CALL_FUNCTION,
663 // Throw away the result of the constructor invocation and use the
683 // Check that the result is not a Smi, indicating that the constructor result
1245 // -- x1 : constructor to call
1269 // Call the constructor with x0, x1, and x3 unmodified.
1296 // Array constructor expects constructor in x3. It is same as call target.
1743 Register constructor = scratch2;
1757 // Get the constructor, if any
1758 __ GetMapConstructor(constructor, map, x16, x16);
1762 Register type = constructor;
1764 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2146 // 2. Make sure the target is actually a constructor.
2154 // 3. Make sure the new.target is actually a constructor.
2165 // 4b. The target is not a constructor, throw an appropriate TypeError.
2172 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2208 // -- x3 : new.target (checked to be constructor or undefined)
2303 // -- x3 : new.target (checked to be constructor or undefined)
2327 // -- x3 : new.target (checked to be constructor or undefined)
2712 // -- x1 : the constructor to call (checked to be a JSFunction)
2713 // -- x3 : the new target (checked to be a constructor)
2734 // -- x3 : the new target (checked to be a constructor)
2763 // -- x1 : the constructor to call (checked to be a JSProxy)
2764 // -- x3 : the new target (either the same as the constructor or
2771 // Include the pushed new_target, constructor and the receiver.
2782 // -- x1 : the constructor to call (can be any Object)
2783 // -- x3 : the new target (either the same as the constructor or