CACAO
|
Data Fields | |
int32_t | i |
uint32_t | u |
int64_t | l |
float | f |
double | d |
void * | anyptr |
java_handle_t * | stringconst |
classref_or_classinfo | c |
Definition at line 100 of file instruction.hpp.
void* val_operand_t::anyptr |
Definition at line 106 of file instruction.hpp.
classref_or_classinfo val_operand_t::c |
Definition at line 108 of file instruction.hpp.
double val_operand_t::d |
Definition at line 105 of file instruction.hpp.
float val_operand_t::f |
Definition at line 104 of file instruction.hpp.
int32_t val_operand_t::i |
Definition at line 101 of file instruction.hpp.
int64_t val_operand_t::l |
Definition at line 103 of file instruction.hpp.
java_handle_t* val_operand_t::stringconst |
Definition at line 107 of file instruction.hpp.
uint32_t val_operand_t::u |
Definition at line 102 of file instruction.hpp.