Uses of Class
org.jruby.ir.IRModuleBody
Packages that use IRModuleBody
-
Uses of IRModuleBody in org.jruby.ir
Subclasses of IRModuleBody in org.jruby.irMethods in org.jruby.ir that return IRModuleBody -
Uses of IRModuleBody in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return IRModuleBodyModifier and TypeMethodDescriptionDefineMetaClassInstr.getMetaClassBody()
DefineModuleInstr.getNewIRModuleBody()
Constructors in org.jruby.ir.instructions with parameters of type IRModuleBodyModifierConstructorDescriptionDefineMetaClassInstr
(Variable result, Operand object, IRModuleBody metaClassBody) DefineModuleInstr
(Variable result, Operand container, IRModuleBody body) -
Uses of IRModuleBody in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type IRModuleBodyModifier and TypeMethodDescriptionprotected org.objectweb.asm.Handle
JVMVisitor.emitModuleBody
(IRModuleBody method) protected org.objectweb.asm.Handle
JVMVisitor.emitModuleBodyJIT
(IRModuleBody method)