Home | History | Annotate | Download | only in src

Lines Matching full:frame

80   // Copy the register locations from the code generator's frame.
83 VirtualFrame* frame = CodeGeneratorScope::Current()->frame();
84 int sp_offset = frame->fp_relative(frame->stack_pointer_);
86 int loc = frame->register_location(i);
89 } else if (frame->elements_[loc].is_synced()) {
91 registers_[i] = frame->fp_relative(loc) | kSyncedFlag;
93 int offset = frame->fp_relative(loc);
125 // The remaining register reference counts are the non-frame ones.
130 // Restore the non-frame register references that go with the new frame.
355 // frame and are only used 1 or two places, so we generate them