Home | History | Annotate | Download | only in ppc

Lines Matching refs:constructor

68   //  -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
234 // -- r4 : constructor function
278 // -- r4 : constructor function
325 // 4. Check if new target and constructor differ.
360 // -- r4 : constructor function
429 // -- r4 : constructor function
477 // 4. Check if new target and constructor differ.
565 // -- r4 : constructor function
569 // -- sp[...]: constructor arguments
596 // -- r4: constructor function
616 // r4: constructor function
637 // r4: constructor function
672 // Throw away the result of the constructor invocation and use the
692 // Check that the result is not a Smi, indicating that the constructor result
1253 // -- r4 : constructor to call
1285 // Call the constructor with r3, r4, and r6 unmodified.
1313 // Array constructor expects constructor in r6. It is same as r4 here.
1766 Register constructor = r9;
1781 // Get the constructor, if any.
1782 __ GetMapConstructor(constructor, map, scratch, scratch);
1786 Register type = constructor;
1788 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.
2216 // -- r6 : new.target (checked to be constructor or undefined)
2305 // -- r6 : new.target (checked to be constructor or undefined)
2722 // -- r4 : the constructor to call (checked to be a JSFunction)
2723 // -- r6 : the new target (checked to be a constructor)
2744 // -- r6 : the new target (checked to be a constructor)
2772 // -- r4 : the constructor to call (checked to be a JSProxy)
2773 // -- r6 : the new target (either the same as the constructor or
2779 // Include the pushed new_target, constructor and the receiver.
2790 // -- r4 : the constructor to call (can be any Object)
2791 // -- r6 : the new target (either the same as the constructor or