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 TypeClassDescriptionclass
class
class
Supports optimization for define_method.class
Created by enebo on 2/6/15.class
Method for -X-C (interpreted only execution).class