5 #ifndef V8_COMPILER_GAP_RESOLVER_H_
6 #define V8_COMPILER_GAP_RESOLVER_H_
14 class GapResolver
FINAL {
32 void Resolve(ParallelMove* parallel_move)
const;
virtual void AssembleSwap(InstructionOperand *source, InstructionOperand *destination)=0
virtual void AssembleMove(InstructionOperand *source, InstructionOperand *destination)=0
void Resolve(ParallelMove *parallel_move) const
Assembler *const assembler_
GapResolver(Assembler *assembler)
void PerformMove(ZoneList< MoveOperands > *moves, MoveOperands *move) const
Debugger support for the V8 JavaScript engine.