Uses of Class
org.jruby.compiler.ir.instructions.IR_Instr

Packages that use IR_Instr
org.jruby.compiler.ir   
org.jruby.compiler.ir.dataflow   
org.jruby.compiler.ir.dataflow.analyses   
org.jruby.compiler.ir.instructions   
org.jruby.compiler.ir.representations   
org.jruby.compiler.ir.targets   
 

Uses of IR_Instr in org.jruby.compiler.ir
 

Methods in org.jruby.compiler.ir that return types with arguments of type IR_Instr
 java.util.List<IR_Instr> IR_ScopeImpl.getInstrs()
           
 

Methods in org.jruby.compiler.ir with parameters of type IR_Instr
 void IR_Method.addInstr(IR_Instr i)
           
 void IR_Scope.addInstr(IR_Instr i)
           
 void IR_ScopeImpl.addInstr(IR_Instr i)
           
 

Uses of IR_Instr in org.jruby.compiler.ir.dataflow
 

Methods in org.jruby.compiler.ir.dataflow with parameters of type IR_Instr
abstract  void FlowGraphNode.buildDataFlowVars(IR_Instr i)
          Builds the data-flow variables (or facts) for a particular instruction.
 

Uses of IR_Instr in org.jruby.compiler.ir.dataflow.analyses
 

Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type IR_Instr
 void LiveVariableNode.buildDataFlowVars(IR_Instr i)
           
 

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

Subclasses of IR_Instr in org.jruby.compiler.ir.instructions
 class ALU_Instr
           
 class ASSERT_METHOD_VERSION_Instr
           
 class ATTR_ASSIGN_Instr
           
 class AttributeInstr
           
 class BEQ_Instr
           
 class BRANCH_Instr
           
 class BREAK_Instr
           
 class CALL_Instr
           
 class CASE_Instr
           
 class CLOSURE_RETURN_Instr
           
 class COPY_Instr
           
 class DECLARE_LOCAL_TYPE_Instr
           
 class DEFINE_CLASS_METHOD_Instr
           
 class DEFINE_INSTANCE_METHOD_Instr
           
 class EQQ_Instr
           
 class GET_ARRAY_Instr
           
 class GET_CONST_Instr
           
 class GET_CVAR_Instr
           
 class GET_FIELD_Instr
           
 class GET_GLOBAL_VAR_Instr
           
 class GET_Instr
           
 class GuardInstr
           
 class IS_TRUE_Instr
           
 class JRUBY_IMPL_CALL_Instr
           
 class JUMP_Instr
           
 class LABEL_Instr
           
 class MultiOperandInstr
           
 class NoOperandInstr
           
 class OneOperandInstr
           
 class PUT_CONST_Instr
           
 class PUT_CVAR_Instr
           
 class PUT_FIELD_Instr
           
 class PUT_GLOBAL_VAR_Instr
           
 class PUT_Instr
           
 class RECV_ARG_Instr
           
 class RECV_CLOSURE_ARG_Instr
           
 class RECV_CLOSURE_Instr
           
 class RECV_OPT_ARG_Instr
           
 class RETRY_Instr
           
 class RETURN_Instr
           
 class RUBY_INTERNALS_CALL_Instr
           
 class THREAD_POLL_Instr
           
 class TwoOperandInstr
           
 class YIELD_Instr
           
 

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

Methods in org.jruby.compiler.ir.representations that return types with arguments of type IR_Instr
 java.util.List<IR_Instr> BasicBlock.getInstrs()
           
 

Methods in org.jruby.compiler.ir.representations with parameters of type IR_Instr
 void BasicBlock.addInstr(IR_Instr i)
           
 void BasicBlock.insertInstr(IR_Instr i)
           
 

Method parameters in org.jruby.compiler.ir.representations with type arguments of type IR_Instr
 void CFG.build(java.util.List<IR_Instr> instrs)
           
 

Uses of IR_Instr in org.jruby.compiler.ir.targets
 

Methods in org.jruby.compiler.ir.targets with parameters of type IR_Instr
 void JVM.emit(IR_Instr instr)
           
 



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