Uses of Class
org.jruby.internal.runtime.AbstractIRMethod
Packages that use AbstractIRMethod
Package
Description
-
Uses of AbstractIRMethod in org.jruby.compiler
Fields in org.jruby.compiler declared as AbstractIRMethodConstructors 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 TypeMethodDescriptionstatic <T extends AbstractIRMethod & Compilable>
voidAbstractIRMethod.tryJit(ThreadContext context, T self) -
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.classclassMethod for -X-C (interpreted only execution).class -
Uses of AbstractIRMethod in org.jruby.java.proxies
Fields in org.jruby.java.proxies declared as AbstractIRMethodConstructors in org.jruby.java.proxies with parameters of type AbstractIRMethodModifierConstructorDescriptionSplitCtorData(IRubyObject[] args, Java.JCtorCache cache, Ruby rt, AbstractIRMethod air2, String name2, Block blk2) SplitCtorData(IRubyObject[] args, Java.JCtorCache cache, Ruby rt, AbstractIRMethod air2, SplitSuperState<?> state2, Block blk2)