Uses of Interface
org.jruby.compiler.Compilable
Packages that use Compilable
Package
Description
-
Uses of Compilable in org.jruby.compiler
Fields in org.jruby.compiler declared as CompilableModifier and TypeFieldDescriptionprivate final Compilable<InterpreterContext>FullBuildTask.methodMethods in org.jruby.compiler with parameters of type CompilableModifier and TypeMethodDescriptionvoidJITCompiler.buildThresholdReached(ThreadContext context, Compilable method) (package private) static StringMethodJITTask.checkExcludedMethod(RubyInstanceConfig config, String className, String methodName, Compilable target) JITCompiler.getTaskFor(ThreadContext context, Compilable method) (package private) static voidJITCompiler.log(Compilable<?> target, String name, String message, Object... reason) Constructors in org.jruby.compiler with parameters of type CompilableModifierConstructorDescription(package private)FullBuildTask(JITCompiler jitCompiler, Compilable<InterpreterContext> method) -
Uses of Compilable in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime with type parameters of type CompilableModifier and TypeMethodDescriptionstatic <T extends AbstractIRMethod & Compilable>
voidAbstractIRMethod.tryJit(ThreadContext context, T self) -
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.classclassMethod 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