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 with parameters of type YieldInstrModifier and TypeMethodDescriptionprivate voidCFGInliner.inlineClosureAtYieldSite(InlineCloneInfo ii, IRClosure cl, BasicBlock yieldBB, YieldInstr yield) voidInlineCloneInfo.recordYieldSite(BasicBlock bb, YieldInstr i) voidInlineCloneInfo.setupYieldArgsAndYieldResult(YieldInstr yi, BasicBlock yieldBB, int blockArityValue)