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 TypeMethodDescriptionvoidIRScope.inlineMethod(IRMethod methodToInline, RubyModule metaclass, long callsiteId, int classToken, boolean cloneHost) voidIRScope.inlineMethodCompiled(IRMethod methodToInline, RubyModule implClass, long callsiteId, int classToken, boolean cloneHost) voidIRScope.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 IRMethodIRBuilder.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 Operandprotected OperandLazyMethodDefinition.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 voidJVMVisitor.emitMethod(IRMethod method, JVMVisitorMethodContext context) protected voidJVMVisitor.emitMethodJIT(IRMethod method, JVMVisitorMethodContext context)