Uses of Class
org.jruby.ir.transformations.inlining.InlineCloneInfo
Packages that use InlineCloneInfo
-
Uses of InlineCloneInfo in org.jruby.ir.representations
Methods in org.jruby.ir.representations with parameters of type InlineCloneInfo -
Uses of InlineCloneInfo in org.jruby.ir.transformations.inlining
Methods in org.jruby.ir.transformations.inlining that return InlineCloneInfoModifier and TypeMethodDescriptionInlineCloneInfo.cloneForInliningClosure(IRScope scopeBeingInlined) Methods in org.jruby.ir.transformations.inlining with parameters of type InlineCloneInfoModifier and TypeMethodDescriptionprivate CFGCFGInliner.cloneSelf(InlineCloneInfo ii) private voidCFGInliner.inlineClosureAtYieldSite(InlineCloneInfo ii, IRClosure cl, BasicBlock yieldBB, YieldInstr yield)