CACAO
|
Data Fields | |
instruction * | iptr |
basicblock * | bptr |
methodinfo * | m |
jitdata * | jd |
codegendata * | cd |
basicblock * | basicblocks |
s4 | basicblockcount |
s4 | numlocals |
s4 | validlocals |
typedescriptor_t | returntype |
s4 * | savedindices |
s4 * | savedinvars |
s4 | exinvars |
exception_entry ** | handlers |
bool | repeat |
bool | initmethod |
typedescriptor_t * | locals |
typedescriptor_t * | startlocals |
typedescriptor_t * | startstack |
s4 * | indepth |
typedescriptor_t * | stackceiling |
typecheck_jsr_t * | topjsr |
typecheck_jsr_t ** | jsrinfos |
Definition at line 232 of file typecheck-common.hpp.
s4 verifier_state::basicblockcount |
Definition at line 241 of file typecheck-common.hpp.
basicblock* verifier_state::basicblocks |
Definition at line 240 of file typecheck-common.hpp.
basicblock* verifier_state::bptr |
Definition at line 234 of file typecheck-common.hpp.
codegendata* verifier_state::cd |
Definition at line 238 of file typecheck-common.hpp.
s4 verifier_state::exinvars |
Definition at line 251 of file typecheck-common.hpp.
exception_entry** verifier_state::handlers |
Definition at line 253 of file typecheck-common.hpp.
s4* verifier_state::indepth |
Definition at line 267 of file typecheck-common.hpp.
bool verifier_state::initmethod |
Definition at line 256 of file typecheck-common.hpp.
instruction* verifier_state::iptr |
Definition at line 233 of file typecheck-common.hpp.
jitdata* verifier_state::jd |
Definition at line 237 of file typecheck-common.hpp.
typecheck_jsr_t** verifier_state::jsrinfos |
Definition at line 271 of file typecheck-common.hpp.
typedescriptor_t* verifier_state::locals |
Definition at line 264 of file typecheck-common.hpp.
methodinfo* verifier_state::m |
Definition at line 236 of file typecheck-common.hpp.
s4 verifier_state::numlocals |
Definition at line 243 of file typecheck-common.hpp.
bool verifier_state::repeat |
Definition at line 255 of file typecheck-common.hpp.
typedescriptor_t verifier_state::returntype |
Definition at line 246 of file typecheck-common.hpp.
s4* verifier_state::savedindices |
Definition at line 248 of file typecheck-common.hpp.
s4* verifier_state::savedinvars |
Definition at line 249 of file typecheck-common.hpp.
typedescriptor_t* verifier_state::stackceiling |
Definition at line 268 of file typecheck-common.hpp.
typedescriptor_t* verifier_state::startlocals |
Definition at line 265 of file typecheck-common.hpp.
typedescriptor_t* verifier_state::startstack |
Definition at line 266 of file typecheck-common.hpp.
typecheck_jsr_t* verifier_state::topjsr |
Definition at line 270 of file typecheck-common.hpp.
s4 verifier_state::validlocals |
Definition at line 244 of file typecheck-common.hpp.