Uses of Interface
org.jruby.compiler.Compilable
Packages that use Compilable
Package
Description
-
Uses of Compilable in org.jruby.compiler
Methods in org.jruby.compiler with parameters of type CompilableModifier and TypeMethodDescriptionvoidJITCompiler.buildThresholdReached(ThreadContext context, Compilable method, boolean force) JITCompiler.getTaskFor(ThreadContext context, Compilable method) -
Uses of Compilable in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime with type parameters of type CompilableModifier 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 Compilable in org.jruby.internal.runtime.methods
Classes in org.jruby.internal.runtime.methods that implement CompilableModifier and TypeClassDescriptionclassclassSupports optimization for define_method.classCreated by enebo on 2/6/15.classMethod for -X-C (interpreted only execution).class -
Uses of Compilable in org.jruby.ir
Fields in org.jruby.ir declared as Compilable -
Uses of Compilable in org.jruby.runtime
Classes in org.jruby.runtime that implement Compilable