Home | History | Annotate | Download | only in src

Lines Matching refs:FRAME

90   // a frame for which the code object for the function function has been
279 // Input frame description.
283 // Array of output frame descriptions.
302 // the first element of the area to store the frame.
459 FRAME,
574 static void ComputeSlotMappingForArguments(JavaScriptFrame* frame,
583 static Address SlotAddress(JavaScriptFrame* frame, int slot_index) {
586 return frame->fp() + offset - (slot_index * kPointerSize);
589 return frame->fp() + offset - ((slot_index + 1) * kPointerSize);
595 JavaScriptFrame* frame);