Uses of Class
org.jruby.ir.instructions.ResultBaseInstr
Packages that use ResultBaseInstr
Package
Description
-
Uses of ResultBaseInstr in org.jruby.ir.instructions
Subclasses of ResultBaseInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclass
class
A call to block_given? which can be optimized like defined?(yield) or a regular call.class
Represents a defined?(yield) check, which works like a call to block_given? without requiring special access to the caller's frame.class
class
class
class
class
class
class
class
class
class
class
class
A call to __method__ or __callee__ which can be optimized to use the frame method name directly.class
class
class
class
class
class
class
class
class
class
Load the block passed to this scope via the on-heap frame (or similar cross-call structure).class
Load the block passed to this scope via the on-heap frame (or similar cross-call structure).class
Load the "implicit" closure for this scope.class
class
class
result instr with no operandsclass
Created by enebo on 7/28/15.class
Result Instr with one operand.class
class
class
class
class
class
class
class
class
class
Gets the keyword arg (or representation of what might be holding keyword args).class
class
This represents a required arg that shows up after optional/rest args in a method/block parameter list.class
class
class
class
class
class
class
class
class
class
class
class
Search for a constant within the current module.class
class
class
Result Instr with two operands.class
class
-
Uses of ResultBaseInstr in org.jruby.ir.instructions.boxing
Subclasses of ResultBaseInstr in org.jruby.ir.instructions.boxingModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ResultBaseInstr in org.jruby.ir.instructions.defined
Subclasses of ResultBaseInstr in org.jruby.ir.instructions.defined