Home | History | Annotate | Download | only in s390

Lines Matching defs: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.
562 // -- r3 : constructor function
566 // -- sp[...]: constructor arguments
594 // -- r3: constructor function
618 // r3: constructor function
639 // r3: constructor function
676 // Throw away the result of the constructor invocation and use the
696 // Check that the result is not a Smi, indicating that the constructor result
725 // -- sp[0] : constructor function
741 // Continue with constructor function invocation.
1251 // -- r3 : constructor to call
1280 // Call the constructor with r2, r3, and r5 unmodified.
1285 // Call the constructor with r2, r3, and r5 unmodified.
1313 // Array constructor expects constructor in r5. It is same as r3 here.
1752 Register constructor = r8;
1767 // Get the constructor, if any.
1768 __ GetMapConstructor(constructor, map, scratch, scratch);
1772 Register type = constructor;
1774 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
2128 // 2. Make sure the target is actually a constructor.
2136 // 3. Make sure the target is actually a constructor.
2147 // 4b. The target is not a constructor, throw an appropriate TypeError.
2154 // 4c. The new.target is not a constructor, throw an appropriate TypeError.
2204 // -- r5 : new.target (checked to be constructor or undefined)
2314 // -- r5 : new.target (checked to be constructor or undefined)
2806 Register constructor = r3;
2881 __ Push(constructor, new_target, argc, spread);
2884 __ Pop(constructor, new_target, argc);
2943 // -- r3 : the constructor to call (can be any Object)
2958 // -- r3 : the constructor to call (checked to be a JSFunction)
2959 // -- r5 : the new target (checked to be a constructor)
2980 // -- r5 : the new target (checked to be a constructor)
3008 // -- r3 : the constructor to call (checked to be a JSProxy)
3009 // -- r5 : the new target (either the same as the constructor or
3015 // Include the pushed new_target, constructor and the receiver.
3026 // -- r3 : the constructor to call (can be any Object)
3027 // -- r5 : the new target (either the same as the constructor or
3077 // -- r3 : the constructor to call (can be any Object)
3078 // -- r5 : the new target (either the same as the constructor or