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 422 of file Instructions.hpp.
void* cacao::jit::compiler2::CONSTInst::val_operand_t::anyptr |
Definition at line 427 of file Instructions.hpp.
classref_or_classinfo cacao::jit::compiler2::CONSTInst::val_operand_t::c |
Definition at line 429 of file Instructions.hpp.
double cacao::jit::compiler2::CONSTInst::val_operand_t::d |
Definition at line 426 of file Instructions.hpp.
float cacao::jit::compiler2::CONSTInst::val_operand_t::f |
Definition at line 425 of file Instructions.hpp.
int32_t cacao::jit::compiler2::CONSTInst::val_operand_t::i |
Definition at line 423 of file Instructions.hpp.
int64_t cacao::jit::compiler2::CONSTInst::val_operand_t::l |
Definition at line 424 of file Instructions.hpp.
java_handle_t* cacao::jit::compiler2::CONSTInst::val_operand_t::stringconst |
Definition at line 428 of file Instructions.hpp.