CACAO
|
Data Fields | |
typecheck_jsr_t * | next |
basicblock * | start |
typecheck_jsr_caller_t * | callers |
basicblock * | retblock |
bool | active |
char * | blockflags |
char * | usedlocals |
typedescriptor_t * | retlocals |
typedescriptor_t * | retstack |
s4 | retdepth |
Definition at line 212 of file typecheck-common.hpp.
bool typecheck_jsr_t::active |
Definition at line 217 of file typecheck-common.hpp.
char* typecheck_jsr_t::blockflags |
Definition at line 218 of file typecheck-common.hpp.
typecheck_jsr_caller_t* typecheck_jsr_t::callers |
Definition at line 215 of file typecheck-common.hpp.
typecheck_jsr_t* typecheck_jsr_t::next |
Definition at line 213 of file typecheck-common.hpp.
basicblock* typecheck_jsr_t::retblock |
Definition at line 216 of file typecheck-common.hpp.
s4 typecheck_jsr_t::retdepth |
Definition at line 222 of file typecheck-common.hpp.
typedescriptor_t* typecheck_jsr_t::retlocals |
Definition at line 220 of file typecheck-common.hpp.
typedescriptor_t* typecheck_jsr_t::retstack |
Definition at line 221 of file typecheck-common.hpp.
basicblock* typecheck_jsr_t::start |
Definition at line 214 of file typecheck-common.hpp.
char* typecheck_jsr_t::usedlocals |
Definition at line 219 of file typecheck-common.hpp.