28 #ifndef V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_
29 #define V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_
43 explicit LGapResolver(LCodeGen* owner);
46 void Resolve(LParallelMove* parallel_move);
50 void BuildInitialMoveList(LParallelMove* parallel_move);
54 void PerformMove(
int index);
59 void BreakCycle(
int index);
66 void EmitMove(
int index);
74 ZoneList<LMoveOperands> moves_;
78 LOperand* saved_destination_;
83 #endif // V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_