Lines Matching full:frame_offset
4334 void FullCodeGenerator::StoreToFrameField(int frame_offset, Register value) {4335 ASSERT_EQ(POINTER_SIZE_ALIGN(frame_offset), frame_offset);4336 __ mov(Operand(ebp, frame_offset), value);