Lines Matching full:frame
140 // fp: caller's frame pointer
163 // fp: caller's frame pointer
254 // frame pointer on the stack.
276 // frame to match this state.
289 // up, because it needs the expected frame height from the frame.
338 // fp: frame pointer
364 // Tear down the frame which will restore the caller's frame pointer and
498 // valid-looking frame state because we will continue to generate
501 // It's possible to have both a stack overflow and a valid frame
503 // with a dummied frame state, and visiting this expression
1416 // Pop the result from the frame and prepare the frame for
1614 // A invalid frame here indicates that control did not
1653 // A NULL frame indicates that control did not fall out of the
1905 // Grab the current frame's height for the break and continue
1906 // targets only after all the state is pushed on the frame.
1967 // Next. Reestablish a spilled frame in case we are coming here via
1977 // any frame.
2064 // The next handler address is on top of the frame. Unlink from
2066 // frame.
2084 // code, we need to reestablish a spilled frame at this block.
2177 // chain and set the state on the frame to FALLING.
2179 // The next handler address is on top of the frame.
2205 // unspilled code, we need to reestablish a spilled frame at
2217 // Unlink this handler and drop it from the frame. The next
2218 // handler address is currently on top of the frame.
2868 // Fool the virtual frame into thinking that we left the assignment's
2869 // value on the frame.
3511 // Get the frame pointer for the calling frame.
3514 // Skip the arguments adaptor frame if it exists.
3521 // Check the marker in the calling frame.
3534 // in case no arguments adaptor frame is found below the current frame.
3863 // Spoof the virtual frame to have the expected height (one higher
3968 // The left-hand side result is on top of the virtual frame.
4014 // The left-hand side result is on top of the virtual frame.
4378 VirtualFrame* frame = cgen_->frame();
4389 frame->CallCodeObject(ic, rmode, 0);
4390 frame->EmitPush(r0);
4401 cgen_->frame()->EmitPush(r0);
4419 VirtualFrame* frame = cgen_->frame();
4440 frame->EmitPop(r0);
4441 frame->EmitPop(r1);
4443 frame->CallCodeObject(ic, RelocInfo::CODE_TARGET, 0);
4444 frame->EmitPush(r0);
4457 frame->EmitPop(r0); // value
4458 frame->CallCodeObject(ic, RelocInfo::CODE_TARGET, 0);
4459 frame->EmitPush(r0);
4670 // stub so you don't have to set up the frame.
4768 // so you don't have to set up the frame.
6271 frame.
6309 // Restore the next handler and frame pointer, discard handler state.
6316 // Before returning we restore the context from the frame pointer if
6317 // not NULL. The frame pointer is NULL in the exception handler of a
6318 // JS entry frame.
6381 // Discard handler state (r2 is not used) and restore frame pointer.
6384 // Before returning we restore the context from the frame pointer if
6385 // not NULL. The frame pointer is NULL in the exception handler of a
6386 // JS entry frame.
6461 // Exit C frame and return.
6464 // fp: frame pointer
6502 // fp: frame pointer (restored after C call)
6513 // Enter the exit frame that transitions from JavaScript to C++.
6582 // Push a frame with special values setup to mark it as an entry frame.
6588 __ mov(r8, Operand(-1)); // Push a bad frame pointer to fail if it is used.
6596 // Setup frame pointer for the frame to be pushed.
6605 // sets it to 0 to signal the existence of the JSEntry frame.
6611 // Invoke: Link this frame into the handler chain.
6651 // Unlink this frame from the handler chain. When reading the
6663 // Restore the top frame descriptors from the stack.
6742 // Check if the calling frame is an arguments adaptor frame.
6754 // adaptor frame and return it.
6763 // relative to the frame pointer.
6771 // Check if the calling frame is an arguments adaptor frame.
6791 // limit found in the arguments adaptor frame. Use unsigned
6798 // Read the argument from the adaptor frame and return it.
6817 // Check if the calling frame is an arguments adaptor frame.
6824 // Get the length from the frame.
7205 // Stack frame on entry.
7417 // Stack frame on entry.