Home | History | Annotate | Download | only in arm

Lines Matching full:construct

306 // This function is used for both construct and normal calls of Array. The only
307 // difference between handling a construct call and a normal call is that for a
308 // construct call the constructor function in r1 needs to be preserved for
311 // construct call and normal call.
548 // The array construct code is only set for the builtin and internal
561 // Jump to the generic construct code in case the specialized code cannot
714 // Enter a construct frame.
716 FrameScope scope(masm, StackFrame::CONSTRUCT);
1024 // Leave construct frame.