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 TypeMethodDescriptionvoid
JITCompiler.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 TypeClassDescriptionclass
class
Supports optimization for define_method.class
Created by enebo on 2/6/15.class
Method 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