Uses of Interface
org.jruby.ir.instructions.FixedArityInstr
Packages that use FixedArityInstr
-
Uses of FixedArityInstr in org.jruby.ir.instructions
Classes in org.jruby.ir.instructions that implement FixedArityInstrModifier and TypeClassDescriptionclass
class
class
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
This is only used for active debugging and should never end up showing up in real executed code.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
This represents a linenumber instr that has been inlined into another method/closure.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
This instruction will be generated whenever speculative optimizations are performed based on assuming that an object's metaclass is C (as determined by the version number of C -- where the version number changes every time C's class structure changes).class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
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
class
class
class
Search for a constant within the current module.class
class
class
class
class
class
class
class
-
Uses of FixedArityInstr in org.jruby.ir.instructions.defined
Classes in org.jruby.ir.instructions.defined that implement FixedArityInstr