CACAO
|
Data Fields | |
int32_t | i |
int64_t | l |
float | f |
double | d |
void * | anyptr |
java_handle_t * | stringconst |
classref_or_classinfo | c |
Definition at line 814 of file Instructions.hpp.
void* cacao::jit::compiler2::CONSTInst::val_operand_t::anyptr |
Definition at line 819 of file Instructions.hpp.
classref_or_classinfo cacao::jit::compiler2::CONSTInst::val_operand_t::c |
Definition at line 821 of file Instructions.hpp.
double cacao::jit::compiler2::CONSTInst::val_operand_t::d |
Definition at line 818 of file Instructions.hpp.
float cacao::jit::compiler2::CONSTInst::val_operand_t::f |
Definition at line 817 of file Instructions.hpp.
int32_t cacao::jit::compiler2::CONSTInst::val_operand_t::i |
Definition at line 815 of file Instructions.hpp.
int64_t cacao::jit::compiler2::CONSTInst::val_operand_t::l |
Definition at line 816 of file Instructions.hpp.
java_handle_t* cacao::jit::compiler2::CONSTInst::val_operand_t::stringconst |
Definition at line 820 of file Instructions.hpp.