Lines Matching refs:frame
19 #include "src/execution/frame-constants.h"
1758 // Save the frame pointer and PC so that the stack layout remains iterable,
2212 // once an exit frame has been constructed.
2398 FrameScope frame(
2413 FrameScope frame(
2436 // You can't call a function without a valid frame.
2496 // You can't call a function without a valid frame.
2526 // You can't call a function without a valid frame.
2663 // Users of this frame type push a context pointer after the type field,
2667 // The context pointer isn't part of the fixed frame, so add an extra slot
2677 // Just push a minimal "machine frame", saving the frame pointer and return
2688 // Drop the execution stack down to the frame pointer and restore
2689 // the caller frame pointer and return address.
2723 // Set up the new stack frame.
2740 // Save the frame pointer and context pointer in the top frame.
2777 // Leave the current exit frame.
2786 // Restore the context pointer from the top frame.
2792 // Also emit debug code to clear the cp in the top frame.
2798 // Clear the frame pointer from the top frame.
2803 // Pop the exit frame.
2806 // fp[...]: The rest of the frame.
3386 // We don't care if we constructed a frame. Just pretend we did.
3400 // claim there is a stack frame, without generating one.