v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
move-optimizer.cc File Reference
Include dependency graph for move-optimizer.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Variable Documentation

◆ destination

InstructionOperand destination

Definition at line 17 of file move-optimizer.cc.

◆ fp_reps_

int fp_reps_
private

Definition at line 108 of file move-optimizer.cc.

◆ set_

ZoneVector<InstructionOperand>* set_
private

Definition at line 107 of file move-optimizer.cc.

◆ source

InstructionOperand source

Definition at line 16 of file move-optimizer.cc.