Home | History | Annotate | Download | only in x64

Lines Matching refs:INTERNAL

37 namespace internal {
404 // an internal frame and the pushed function and receiver, and
416 // Clear the context before we push it when entering the internal frame.
418 // Enter an internal frame.
419 FrameScope scope(masm, StackFrame::INTERNAL);
446 // Clear the context before we push it when entering the internal frame.
448 // Enter an internal frame.
449 FrameScope scope(masm, StackFrame::INTERNAL);
462 // [rsp + 2 * kPointerSize ... ]: Internal frame
496 // Exit the internal frame. Notice that this also removes the empty
517 // Enter an internal frame.
519 FrameScope scope(masm, StackFrame::INTERNAL);
534 // Tear down internal frame.
544 // Enter an internal frame.
546 FrameScope scope(masm, StackFrame::INTERNAL);
561 // Tear down internal frame.
572 // Enter an internal frame.
574 FrameScope scope(masm, StackFrame::INTERNAL);
580 // Tear down internal frame.
619 FrameScope scope(masm, StackFrame::INTERNAL);
692 // Enter an internal frame in order to preserve argument count.
693 FrameScope scope(masm, StackFrame::INTERNAL);
807 FrameScope frame_scope(masm, StackFrame::INTERNAL);
960 // Leave internal frame.
1410 // The array construct code is only set for the builtin and internal
1531 FrameScope scope(masm, StackFrame::INTERNAL);
1554 FrameScope scope(masm, StackFrame::INTERNAL);
1702 FrameScope scope(masm, StackFrame::INTERNAL);
1743 } } // namespace v8::internal