Home | History | Annotate | Download | only in arm

Lines Matching refs:FRAME

237   ASSERT(Translation::FRAME == opcode);
262 PrintF(" => node=%u, frame=%d->%d]\n",
268 // There's only one output frame in the OSR case.
274 // Clear the incoming parameters in the optimized frame to avoid
326 // Translate the rest of the frame.
331 // If translation of any command failed, continue using the input frame.
337 // Setup the frame pointer and the context pointer.
361 // and how the frame is laid out.
364 // Read the ast node id, function, and frame height for this output frame.
368 ASSERT(Translation::FRAME == opcode);
379 // The 'fixed' part of the frame consists of the incoming parameters and
385 // Allocate and store the output frame description.
395 // The top address for the bottommost output frame can be computed from
396 // the input frame pointer and the output frame's height. For all
398 // top address and the current frame's size.
401 // 2 = context and function in the frame.
423 // The caller's pc for the bottommost output frame is the same as in the
424 // input frame. For all subsequent output frames, it can be read from the
425 // previous one. This frame's pc can be computed from the non-optimized
441 // The caller's frame pointer for the bottommost output frame is the same
442 // as in the input frame. For all subsequent output frames, it can be
443 // read from the previous one. Also compute and set this frame's frame
464 // For the bottommost output frame the context can be gotten from the input
465 // frame. For all subsequent output frames it can be gotten from the function
487 // The function for the bottommost output frame should also agree with the
488 // input frame.
496 // Translate the rest of the frame.
503 // Compute this frame's PC, state, and continuation.
521 // Set the continuation for the topmost frame.
604 // frame descriptor pointer to r1 (deoptimizer->input_);
634 // the first stack slot not part of the input frame.
639 // limit and copy the contents of the activation frame to the input
640 // frame description.
650 // Compute the output frame in the deoptimizer.
659 // Replace the current (input) frame with the output frames.
682 // Push state, pc, and continuation from the last output frame.
693 // Push the registers from the last output frame.