Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Compil3r.Quad.BytecodeToQuad.AbstractState

Uses of BytecodeToQuad.AbstractState in Compil3r.Quad
 

Fields in Compil3r.Quad declared as BytecodeToQuad.AbstractState
private  BytecodeToQuad.AbstractState[] BytecodeToQuad.start_states
           
private  BytecodeToQuad.AbstractState BytecodeToQuad.current_state
           
 

Methods in Compil3r.Quad that return BytecodeToQuad.AbstractState
(package private)  BytecodeToQuad.AbstractState BytecodeToQuad.getJSRState(Compil3r.BytecodeAnalysis.BasicBlock bb)
           
(package private) static BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.allocateEmptyState(Clazz.jq_Method m)
           
(package private) static BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.allocateInitialState(RegisterFactory rf, Clazz.jq_Method m)
           
(package private)  BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.copy()
           
(package private)  BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.copyFull()
           
(package private)  BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.copyAfterJSR()
           
(package private)  BytecodeToQuad.AbstractState BytecodeToQuad.AbstractState.copyExceptionHandler(Clazz.jq_Class exType, RegisterFactory rf)
           
 

Methods in Compil3r.Quad with parameters of type BytecodeToQuad.AbstractState
 boolean B2QUnsafeIgnorer.handleMethod(BytecodeToQuad b2q, ControlFlowGraph quad_cfg, BytecodeToQuad.AbstractState current_state, Clazz.jq_Method m, Operator.Invoke oper)
           
 boolean B2QUnsafeHandler.handleMethod(BytecodeToQuad b2q, ControlFlowGraph quad_cfg, BytecodeToQuad.AbstractState current_state, Clazz.jq_Method m, Operator.Invoke oper)
           
(package private)  void BytecodeToQuad.setJSRState(Compil3r.BytecodeAnalysis.BasicBlock bb, BytecodeToQuad.AbstractState s)
           
(package private)  void BytecodeToQuad.AbstractState.overwriteWith(BytecodeToQuad.AbstractState that)
           
(package private)  void BytecodeToQuad.AbstractState.mergeAfterJSR(boolean[] changedLocals, BytecodeToQuad.AbstractState that)
           
(package private)  boolean BytecodeToQuad.AbstractState.merge(BytecodeToQuad.AbstractState that, RegisterFactory rf)
           
(package private)  boolean BytecodeToQuad.AbstractState.mergeExceptionHandler(BytecodeToQuad.AbstractState that, Clazz.jq_Class exType, RegisterFactory rf)
           
 boolean BytecodeToQuad.UnsafeHelper.handleMethod(BytecodeToQuad b2q, ControlFlowGraph quad_cfg, BytecodeToQuad.AbstractState current_state, Clazz.jq_Method m, Operator.Invoke oper)