CACAO
|
Write a value to a static field. More...
Write a value to a static field.
Definition at line 1128 of file Instructions.hpp.
|
inlineexplicit |
Construct a PUTSTATICInst.
value | The value to write. |
field | The accessed field. |
begin | The BeginInst of the block that contains this PUTSTATICInst. |
state_change | The previous side-effecting Instruction. |
Definition at line 1139 of file Instructions.hpp.
|
inlinevirtual |
Visitor pattern.
Implements cacao::jit::compiler2::Instruction.
Definition at line 1183 of file Instructions.hpp.
|
inlinevirtual |
Get the BeginInst of the block that contains this PUTSTATICInst.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 1154 of file Instructions.hpp.
|
inlinevirtual |
A PUTSTATICInst changes the global state.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 1168 of file Instructions.hpp.
|
inlinevirtual |
A PUTSTATICInst is not allowed to float.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 1173 of file Instructions.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 1163 of file Instructions.hpp.
|
inlinevirtual |
Conversion method.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 1178 of file Instructions.hpp.