Home | History | Annotate | Download | only in x64

Lines Matching refs:FRAME

307   ASSERT(Translation::FRAME == opcode);
332 PrintF(" => node=%u, frame=%d->%d]\n",
338 // There's only one output frame in the OSR case.
344 // Clear the incoming parameters in the optimized frame to avoid
396 // Translate the rest of the frame.
401 // If translation of any command failed, continue using the input frame.
407 // Setup the frame pointer and the context pointer.
433 // Read the ast node id, function, and frame height for this output frame.
437 ASSERT(Translation::FRAME == opcode);
448 // The 'fixed' part of the frame consists of the incoming parameters and
454 // Allocate and store the output frame
464 // The top address for the bottommost output frame can be computed from
465 // the input frame pointer and the output frame's height. For all
467 // top address and the current frame's size.
470 // 2 = context and function in the frame.
492 // The caller's pc for the bottommost output frame is the same as in the
493 // input frame. For all subsequent output frames, it can be read from the
494 // previous one. This frame's pc can be computed from the non-optimized
511 // The caller's frame pointer for the bottommost output frame is the same
512 // as in the input frame. For all subsequent output frames, it can be
513 // read from the previous one. Also compute and set this frame's frame
533 // For the bottommost output frame the context can be gotten from the input
534 // frame. For all subsequent output frames it can be gotten from the function
555 // The function for the bottommost output frame should also agree with the
556 // input frame.
565 // Translate the rest of the frame.
572 // Compute this frame's PC, state, and continuation.
586 // Set the continuation for the topmost frame.
686 // frame descriptor pointer.
710 // the first stack slot not part of the input frame.
715 // limit and copy the contents of the activation frame to the input
716 // frame description.
725 // Compute the output frame in the deoptimizer.
734 // Replace the current frame with the output frames.
763 // Push state, pc, and continuation from the last output frame.
770 // Push the registers from the last output frame.