Home | History | Annotate | Download | only in arm

Lines Matching refs:constructor

68   //  -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
229 // -- r1 : constructor function
271 // -- r1 : constructor function
316 // 4. Check if new target and constructor differ.
351 // -- r1 : constructor function
418 // -- r1 : constructor function
464 // 4. Check if new target and constructor differ.
557 // -- r1 : constructor function
561 // -- sp[...]: constructor arguments
583 // -- r1: constructor function
609 // r1: constructor function
628 // r1: constructor function
662 // Throw away the result of the constructor invocation and use the
682 // Check that the result is not a Smi, indicating that the constructor result
1230 // -- r1 : constructor to call
1256 // Call the constructor with r0, r1, and r3 unmodified.
1285 // Array constructor expects constructor in r3. It is same as r1 here.
1739 Register constructor = scratch2;
1753 // Get the constructor, if any.
1754 __ GetMapConstructor(constructor, map, ip, ip);
1758 Register type = constructor;
1760 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2092 // 2. Make sure the target is actually a constructor.
2100 // 3. Make sure the target is actually a constructor.
2111 // 4b. The target is not a constructor, throw an appropriate TypeError.
2118 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2155 // -- r3 : new.target (checked to be constructor or undefined)
2243 // -- r3 : new.target (checked to be constructor or undefined)
2645 // -- r1 : the constructor to call (checked to be a JSFunction)
2646 // -- r3 : the new target (checked to be a constructor)
2666 // -- r3 : the new target (checked to be a constructor)
2689 // -- r1 : the constructor to call (checked to be a JSProxy)
2690 // -- r3 : the new target (either the same as the constructor or
2697 // Include the pushed new_target, constructor and the receiver.
2708 // -- r1 : the constructor to call (can be any Object)
2709 constructor or