Uses of Class
org.jruby.internal.runtime.AbstractIRMethod
Packages that use AbstractIRMethod
Package
Description
-
Uses of AbstractIRMethod in org.jruby.compiler
Constructors in org.jruby.compiler with parameters of type AbstractIRMethodModifierConstructorDescriptionMethodJITClassGenerator(String className, String methodName, String key, Ruby ruby, AbstractIRMethod method, JVMVisitor visitor) -
Uses of AbstractIRMethod in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime with type parameters of type AbstractIRMethodModifier and TypeMethodDescriptionprotected static <T extends AbstractIRMethod & Compilable>
voidAbstractIRMethod.build(ThreadContext context, T self, boolean force) protected static <T extends AbstractIRMethod & Compilable>
voidAbstractIRMethod.tryJit(ThreadContext context, T self, boolean force) -
Uses of AbstractIRMethod in org.jruby.internal.runtime.methods
Subclasses of AbstractIRMethod in org.jruby.internal.runtime.methodsModifier and TypeClassDescriptionclassclassclassSupports optimization for define_method.classCreated by enebo on 2/6/15.classMethod for -X-C (interpreted only execution).class