Uses of Class
org.jruby.ir.instructions.YieldInstr
Packages that use YieldInstr
Package
Description
-
Uses of YieldInstr in org.jruby.ir
Methods in org.jruby.ir with parameters of type YieldInstr -
Uses of YieldInstr in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return YieldInstr -
Uses of YieldInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type YieldInstr -
Uses of YieldInstr in org.jruby.ir.transformations.inlining
Methods in org.jruby.ir.transformations.inlining that return types with arguments of type YieldInstrMethods in org.jruby.ir.transformations.inlining with parameters of type YieldInstrModifier and TypeMethodDescriptionvoidInlineCloneInfo.recordYieldSite(BasicBlock bb, YieldInstr i) voidInlineCloneInfo.setupYieldArgsAndYieldResult(YieldInstr yi, BasicBlock yieldBB, int blockArityValue)