Uses of Class
org.jruby.ir.IRMethod
Packages that use IRMethod
Package
Description
-
Uses of IRMethod in org.jruby.ir
Methods in org.jruby.ir that return IRMethodModifier and TypeMethodDescriptionIRClosure.convertToMethod
(ByteList name) IRScope.getNearestMethod()
IRManager.loadInternalMethod
(ThreadContext context, IRubyObject self, String method) Methods in org.jruby.ir with parameters of type IRMethodModifier and TypeMethodDescriptionvoid
IRScope.inlineMethod
(IRMethod methodToInline, RubyModule metaclass, long callsiteId, int classToken, boolean cloneHost) void
IRScope.inlineMethodCompiled
(IRMethod methodToInline, RubyModule implClass, long callsiteId, int classToken, boolean cloneHost) void
IRScope.inlineMethodJIT
(IRMethod methodToInline, RubyModule implClass, long callsiteId, int classToken, boolean cloneHost) -
Uses of IRMethod in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return IRMethodModifier and TypeMethodDescriptionprotected IRMethod
IRBuilder.defineNewMethod
(LazyMethodDefinition<U, V, W, X, Y, Z> defn, ByteList name, int line, StaticScope scope, boolean isInstanceMethod) Methods in org.jruby.ir.builder with parameters of type IRMethodModifier and TypeMethodDescriptionprotected Operand
protected Operand
LazyMethodDefinition.getBuilder
(IRManager manager, IRMethod methodScope) LazyMethodDefinitionAST.getBuilder
(IRManager manager, IRMethod methodScope) -
Uses of IRMethod in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return IRMethodModifier and TypeMethodDescriptionDefineClassMethodInstr.getMethod()
DefineInstanceMethodInstr.getMethod()
Constructors in org.jruby.ir.instructions with parameters of type IRMethodModifierConstructorDescriptionDefineClassMethodInstr
(Operand container, IRMethod method) DefineInstanceMethodInstr
(IRMethod method) -
Uses of IRMethod in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type IRMethodModifier and TypeMethodDescriptionprotected void
JVMVisitor.emitMethod
(IRMethod method, JVMVisitorMethodContext context) protected void
JVMVisitor.emitMethodJIT
(IRMethod method, JVMVisitorMethodContext context)