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 TypeClassDescriptionclassclassA call to block_given? which can be optimized like defined?(yield) or a regular call.classRepresents a defined?(yield) check, which works like a call to block_given? without requiring special access to the caller's frame.classclassclassclassclassclassclassclassclassclassclassclassA call to __method__ or __callee__ which can be optimized to use the frame method name directly.classclassclassclassclassclassclassclassclassclassLoad the block passed to this scope via the on-heap frame (or similar cross-call structure).classLoad the block passed to this scope via the on-heap frame (or similar cross-call structure).classLoad the "implicit" closure for this scope.classclassclassresult instr with no operandsclassCreated by enebo on 7/28/15.classResult Instr with one operand.classclassclassclassclassclassclassclassclassclassGets the keyword arg (or representation of what might be holding keyword args).classclassThis represents a required arg that shows up after optional/rest args in a method/block parameter list.classclassclassclassclassclassclassclassclassclassclassclassSearch for a constant within the current module.classclassclassResult Instr with two operands.classclass -
Uses of ResultBaseInstr in org.jruby.ir.instructions.boxing
Subclasses of ResultBaseInstr in org.jruby.ir.instructions.boxingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of ResultBaseInstr in org.jruby.ir.instructions.defined
Subclasses of ResultBaseInstr in org.jruby.ir.instructions.defined