CACAO
|
Data Fields | |
int32_t | varindex |
int32_t * | args |
classref_or_classinfo | c |
unresolved_class * | uc |
uintptr_t | constval |
int32_t | tablelow |
uint32_t | lookupcount |
int32_t | retaddrnr |
instruction ** | iargs |
Definition at line 69 of file instruction.hpp.
int32_t* s2_operand_t::args |
Definition at line 71 of file instruction.hpp.
classref_or_classinfo s2_operand_t::c |
Definition at line 72 of file instruction.hpp.
uintptr_t s2_operand_t::constval |
Definition at line 74 of file instruction.hpp.
instruction** s2_operand_t::iargs |
Definition at line 78 of file instruction.hpp.
uint32_t s2_operand_t::lookupcount |
Definition at line 76 of file instruction.hpp.
int32_t s2_operand_t::retaddrnr |
Definition at line 77 of file instruction.hpp.
int32_t s2_operand_t::tablelow |
Definition at line 75 of file instruction.hpp.
unresolved_class* s2_operand_t::uc |
Definition at line 73 of file instruction.hpp.
int32_t s2_operand_t::varindex |
Definition at line 70 of file instruction.hpp.