CACAO
Public Types | Data Fields
jitdata Struct Reference

Public Types

enum  { UNUSED = -1 }
 

Data Fields

methodinfom
 
codeinfocode
 
codegendatacd
 
registerdatard
 
u4 flags
 
instructioninstructions
 
basicblockbasicblocks
 
stackelement_tstack
 
s4 instructioncount
 
s4 basicblockcount
 
s4 stackcount
 
varinfovar
 
s4 vartop
 
s4 varcount
 
s4 localcount
 
s4local_map
 
s4reverselocalmap
 
s4 maxlocals
 
interface_infointerface_map
 
s4 maxinterfaces
 
s4 exceptiontablelength
 
exception_entryexceptiontable
 
basicblockreturnblock
 
s4 returncount
 
bool branchtoentry
 
bool branchtoend
 

Detailed Description

Definition at line 126 of file jit.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
UNUSED 

Definition at line 176 of file jit.hpp.

Field Documentation

s4 jitdata::basicblockcount

Definition at line 144 of file jit.hpp.

basicblock* jitdata::basicblocks

Definition at line 141 of file jit.hpp.

bool jitdata::branchtoend

Definition at line 174 of file jit.hpp.

bool jitdata::branchtoentry

Definition at line 173 of file jit.hpp.

codegendata* jitdata::cd

Definition at line 129 of file jit.hpp.

codeinfo* jitdata::code

Definition at line 128 of file jit.hpp.

exception_entry* jitdata::exceptiontable

Definition at line 168 of file jit.hpp.

s4 jitdata::exceptiontablelength

Definition at line 167 of file jit.hpp.

u4 jitdata::flags

Definition at line 138 of file jit.hpp.

s4 jitdata::instructioncount

Definition at line 143 of file jit.hpp.

instruction* jitdata::instructions

Definition at line 140 of file jit.hpp.

interface_info* jitdata::interface_map

Definition at line 164 of file jit.hpp.

s4* jitdata::local_map

Definition at line 153 of file jit.hpp.

s4 jitdata::localcount

Definition at line 152 of file jit.hpp.

methodinfo* jitdata::m

Definition at line 127 of file jit.hpp.

s4 jitdata::maxinterfaces

Definition at line 165 of file jit.hpp.

s4 jitdata::maxlocals

Definition at line 162 of file jit.hpp.

registerdata* jitdata::rd

Definition at line 130 of file jit.hpp.

basicblock* jitdata::returnblock

Definition at line 170 of file jit.hpp.

s4 jitdata::returncount

Definition at line 172 of file jit.hpp.

s4* jitdata::reverselocalmap

Definition at line 159 of file jit.hpp.

stackelement_t* jitdata::stack

Definition at line 142 of file jit.hpp.

s4 jitdata::stackcount

Definition at line 145 of file jit.hpp.

varinfo* jitdata::var

Definition at line 148 of file jit.hpp.

s4 jitdata::varcount

Definition at line 151 of file jit.hpp.

s4 jitdata::vartop

Definition at line 149 of file jit.hpp.


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