Home | History | Annotate | Download | only in ppc

Lines Matching defs: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.
566 // -- r4 : constructor function
570 // -- sp[...]: constructor arguments
597 // -- r4: constructor function
620 // r4: constructor function
641 // r4: constructor function
679 // Throw away the result of the constructor invocation and use the
699 // Check that the result is not a Smi, indicating that the constructor result
727 // -- sp[0] : constructor function
743 // Continue with constructor function invocation.
1245 // -- r4 : constructor to call
1275 // Call the constructor with r3, r4, and r6 unmodified.
1280 // Call the constructor with r3, r4, and r6 unmodified.
1308 // Array constructor expects constructor in r6. It is same as r4 here.
1743 Register constructor = r9;
1758 // Get the constructor, if any.
1759 __ GetMapConstructor(constructor, map, scratch, scratch);
1763 Register type = constructor;
1765 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2126 // 2. Make sure the target is actually a constructor.
2134 // 3. Make sure the target is actually a constructor.
2145 // 4b. The target is not a constructor, throw an appropriate TypeError.
2152 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2193 // -- r6 : new.target (checked to be constructor or undefined)
2303 constructor or undefined)
2794 Register constructor = r4;
2869 __ Push(constructor, new_target, argc, spread);
2872 __ Pop(constructor, new_target, argc);
2931 // -- r4 : the constructor to call (can be any Object)
2946 // -- r4 : the constructor to call (checked to be a JSFunction)
2947 // -- r6 : the new target (checked to be a constructor)
2968 // -- r6 : the new target (checked to be a constructor)
2996 // -- r4 : the constructor to call (checked to be a JSProxy)
2997 // -- r6 : the new target (either the same as the constructor or
3003 // Include the pushed new_target, constructor and the receiver.
3014 // -- r4 : the constructor to call (can be any Object)
3015 // -- r6 : the new target (either the same as the constructor or
3065 // -- r4 : the constructor to call (can be any Object)
3066 // -- r6 : the new target (either the same as the constructor or