Uses of Class
org.jruby.ir.instructions.NoResultCallInstr
Packages that use NoResultCallInstr
Package
Description
-
Uses of NoResultCallInstr in org.jruby.ir
Methods in org.jruby.ir with parameters of type NoResultCallInstrModifier and TypeMethodDescriptionvoidIRVisitor.NoResultCallInstr(NoResultCallInstr noresultcallinstr) -
Uses of NoResultCallInstr in org.jruby.ir.instructions
Subclasses of NoResultCallInstr in org.jruby.ir.instructionsMethods in org.jruby.ir.instructions that return NoResultCallInstrModifier and TypeMethodDescriptionstatic NoResultCallInstrNoResultCallInstr.create(IRScope scope, CallType callType, RubySymbol name, Operand receiver, Operand[] args, Operand closure, boolean isPotentiallyRefined) static NoResultCallInstrNoResultCallInstr.decode(IRReaderDecoder d) -
Uses of NoResultCallInstr in org.jruby.ir.instructions.specialized
Subclasses of NoResultCallInstr in org.jruby.ir.instructions.specializedModifier and TypeClassDescriptionclassclass -
Uses of NoResultCallInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type NoResultCallInstrModifier and TypeMethodDescriptionvoidJVMVisitor.NoResultCallInstr(NoResultCallInstr noResultCallInstr)