Uses of Class
org.jruby.ir.IRMethod
Packages that use IRMethod
-
Uses of IRMethod in org.jruby.ir
Methods in org.jruby.ir that return IRMethodModifier and TypeMethodDescriptionIRClosure.convertToMethod(ByteList name) private IRMethodIRBuilder.defineNewMethod(MethodDefNode defNode, boolean isInstanceMethod) 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) private FullInterpreterContextIRScope.inlineMethodCommon(IRMethod methodToInline, RubyModule implClass, 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.instructions
Fields in org.jruby.ir.instructions declared as IRMethodModifier and TypeFieldDescriptionprivate final IRMethodDefineClassMethodInstr.methodprivate final IRMethodDefineInstanceMethodInstr.methodMethods 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) private voidJVMVisitor.emitWithSignatures(IRMethod method, JVMVisitorMethodContext context, String name)