Home | History | Annotate | Download | only in s390

Lines Matching refs:constructor

68   //  -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
234 // -- r3 : constructor function
278 // -- r3 : constructor function
324 // 4. Check if new target and constructor differ.
359 // -- r3 : constructor function
426 // -- r3 : constructor function
474 // 4. Check if new target and constructor differ.
561 // -- r3 : constructor function
565 // -- sp[...]: constructor arguments
593 // -- r3: constructor function
614 // r3: constructor function
635 // r3: constructor function
671 // Throw away the result of the constructor invocation and use the
691 // Check that the result is not a Smi, indicating that the constructor result
1258 // -- r3 : constructor to call
1289 // Call the constructor with r2, r3, and r5 unmodified.
1317 // Array constructor expects constructor in r5. It is same as r3 here.
1773 Register constructor = r8;
1788 // Get the constructor, if any.
1789 __ GetMapConstructor(constructor, map, scratch, scratch);
1793 Register type = constructor;
1795 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2149 // 2. Make sure the target is actually a constructor.
2157 // 3. Make sure the target is actually a constructor.
2168 // 4b. The target is not a constructor, throw an appropriate TypeError.
2175 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2225 // -- r5 : new.target (checked to be constructor or undefined)
2314 // -- r5 : new.target (checked to be constructor or undefined)
2733 // -- r3 : the constructor to call (checked to be a JSFunction)
2734 // -- r5 : the new target (checked to be a constructor)
2755 // -- r5 : the new target (checked to be a constructor)
2783 // -- r3 : the constructor to call (checked to be a JSProxy)
2784 // -- r5 : the new target (either the same as the constructor or
2790 // Include the pushed new_target, constructor and the receiver.
2801 // -- r3 : the constructor to call (can be any Object)
2802 // -- r5 : the new target (either the same as the constructor or