CACAO
Data Fields
verifier_state Struct Reference

Data Fields

instructioniptr
 
basicblockbptr
 
methodinfom
 
jitdatajd
 
codegendatacd
 
basicblockbasicblocks
 
s4 basicblockcount
 
s4 numlocals
 
s4 validlocals
 
typedescriptor_t returntype
 
s4savedindices
 
s4savedinvars
 
s4 exinvars
 
exception_entry ** handlers
 
bool repeat
 
bool initmethod
 
typedescriptor_tlocals
 
typedescriptor_tstartlocals
 
typedescriptor_tstartstack
 
s4indepth
 
typedescriptor_tstackceiling
 
typecheck_jsr_ttopjsr
 
typecheck_jsr_t ** jsrinfos
 

Detailed Description

Definition at line 232 of file typecheck-common.hpp.

Field Documentation

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.


The documentation for this struct was generated from the following file: