Home | History | Annotate | Download | only in mips

Lines Matching full:construct

316 // This function is used for both construct and normal calls of Array. The only
317 // difference between handling a construct call and a normal call is that for a
318 // construct call the constructor function in a1 needs to be preserved for
321 // construct call and normal call.
561 // The array construct code is only set for the builtin and internal
576 // Jump to the generic construct code in case the specialized code cannot
737 // Enter a construct frame.
739 FrameScope scope(masm, StackFrame::CONSTRUCT);
1052 // Leave construct frame.