Home | History | Annotate | Download | only in x64

Lines Matching refs:INTERNAL

37 namespace internal {
92 // Enter an internal frame.
94 FrameScope scope(masm, StackFrame::INTERNAL);
109 // Tear down internal frame.
120 FrameScope scope(masm, StackFrame::INTERNAL);
135 // Tear down internal frame.
472 // an internal frame and the pushed function and receiver, and
484 // Clear the context before we push it when entering the internal frame.
486 // Enter an internal frame.
487 FrameScope scope(masm, StackFrame::INTERNAL);
514 // Clear the context before we push it when entering the internal frame.
516 // Enter an internal frame.
517 FrameScope scope(masm, StackFrame::INTERNAL);
530 // [rsp + 2 * kPointerSize ... ] : Internal frame
568 // Exit the internal frame. Notice that this also removes the empty
589 // Enter an internal frame.
591 FrameScope scope(masm, StackFrame::INTERNAL);
606 // Tear down internal frame.
616 // Enter an internal frame.
618 FrameScope scope(masm, StackFrame::INTERNAL);
633 // Tear down internal frame.
646 // internal frame to make the code faster, since we shouldn't have to do stack
679 // Enter an internal frame.
681 FrameScope scope(masm, StackFrame::INTERNAL);
689 // Tear down internal frame.
699 // Enter an internal frame.
701 FrameScope scope(masm, StackFrame::INTERNAL);
707 // Tear down internal frame.
752 FrameScope scope(masm, StackFrame::INTERNAL);
825 // Enter an internal frame in order to preserve argument count.
826 FrameScope scope(masm, StackFrame::INTERNAL);
940 FrameScope frame_scope(masm, StackFrame::INTERNAL);
1093 // Leave internal frame.
1258 FrameScope scope(masm, StackFrame::INTERNAL);
1281 FrameScope scope(masm, StackFrame::INTERNAL);
1415 FrameScope scope(masm, StackFrame::INTERNAL);
1441 } } // namespace v8::internal