Lines Matching refs:in
5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
40 * The fields held in this class dynamically change as the process object
41 * is run in the simulator. They are updated by system calls and faults;
61 operator=(const MemState &in)
63 if (this == &in)
66 _brkPoint = in._brkPoint;
67 _stackBase = in._stackBase;
68 _stackSize = in._stackSize;
69 _maxStackSize = in._maxStackSize;
70 _stackMin = in._stackMin;
71 _nextThreadStackBase = in._nextThreadStackBase;
72 _mmapEnd = in._mmapEnd;