MoveEmitterX86::MoveEmitterX86(MacroAssemblerSpecific &masm) : inCycle_(false), masm(masm), pushedAtCycle_(-1) { pushedAtStart_ = masm.framePushed(); }
MoveEmitterMIPS::MoveEmitterMIPS(MacroAssemblerSpecific &masm) : inCycle_(false), masm(masm), pushedAtCycle_(-1), pushedAtSpill_(-1), spilledReg_(InvalidReg) { pushedAtStart_ = masm.framePushed(); }