Uses of Class
org.jruby.compiler.ir.operands.Label

Packages that use Label
org.jruby.compiler.ir   
org.jruby.compiler.ir.instructions   
org.jruby.compiler.ir.representations   
 

Uses of Label in org.jruby.compiler.ir
 

Fields in org.jruby.compiler.ir declared as Label
 Label IR_Closure._endLabel
           
 Label IR_Method._endLabel
           
 Label IR_Loop._iterEndLabel
           
 Label IR_Loop._iterStartLabel
           
 Label IR_Loop._loopEndLabel
           
 Label IR_Loop._loopStartLabel
           
 Label IR_Closure._startLabel
           
 Label IR_Method._startLabel
           
 

Methods in org.jruby.compiler.ir that return Label
 Label IR_Scope.getNewLabel()
           
 Label IR_ScopeImpl.getNewLabel()
           
 Label IR_Scope.getNewLabel(java.lang.String lblPrefix)
           
 Label IR_ScopeImpl.getNewLabel(java.lang.String lblPrefix)
           
 

Uses of Label in org.jruby.compiler.ir.instructions
 

Fields in org.jruby.compiler.ir.instructions declared as Label
 Label LABEL_Instr._lbl
           
 Label JUMP_Instr._target
           
 

Methods in org.jruby.compiler.ir.instructions that return Label
 Label BRANCH_Instr.getJumpTarget()
           
 Label JUMP_Instr.getJumpTarget()
           
 

Methods in org.jruby.compiler.ir.instructions with parameters of type Label
 void CASE_Instr.setElse(Label elseLabel)
           
 

Method parameters in org.jruby.compiler.ir.instructions with type arguments of type Label
 void CASE_Instr.setLabels(java.util.List<Label> labels)
           
 

Constructors in org.jruby.compiler.ir.instructions with parameters of type Label
ASSERT_METHOD_VERSION_Instr(IR_Module module, java.lang.String methodName, CodeVersion currVersion, Label deoptLabel)
           
BEQ_Instr(Operand v1, Operand v2, Label jmpTarget)
           
BRANCH_Instr(Operation op, Operand v1, Operand v2, Label jmpTarget)
           
CASE_Instr(Variable result, Operand arg, Label endLabel)
           
JUMP_Instr(Label l)
           
LABEL_Instr(Label l)
           
RECV_OPT_ARG_Instr(Variable dest, int index, Label nullLabel)
           
RETRY_Instr(Label loopStart)
           
 

Uses of Label in org.jruby.compiler.ir.representations
 

Constructors in org.jruby.compiler.ir.representations with parameters of type Label
BasicBlock(CFG c, Label l)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.