Home | History | Annotate | Download | only in mips64

Lines Matching refs:Construct

33   // instead of the callee, due to the way that [[Construct]] is defined for
565 // Enter a construct frame.
567 FrameScope scope(masm, StackFrame::CONSTRUCT);
670 // Leave construct frame.
970 ? masm->isolate()->builtins()->Construct()
1239 // Tail call to the function-specific construct stub (still in the caller
1248 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2118 // 4a. Construct the target with the given new.target and argumentsList.
2270 // Dispatch to Call or Construct depending on whether new.target is undefined.
2272 Label construct;
2274 __ Branch(&construct, ne, a3, Operand(at));
2276 __ bind(&construct);
2277 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2649 // Tail call to the function-specific construct stub (still in the caller
2740 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2757 // Call into the Runtime for Proxy [[Construct]].
2785 // Check if target has a [[Construct]] internal method.
2799 // Called Construct on an exotic Object with a [[Construct]] internal method.
2810 // Called Construct on an Object that doesn't have a [[Construct]] internal