Uses of Class
org.jruby.compiler.JITCompiler
Packages that use JITCompiler
-
Uses of JITCompiler in org.jruby
Fields in org.jruby declared as JITCompilerMethods in org.jruby that return JITCompiler -
Uses of JITCompiler in org.jruby.compiler
Fields in org.jruby.compiler declared as JITCompilerModifier and TypeFieldDescriptionprivate final JITCompilerFullBuildTask.jitCompilerprotected final JITCompilerJITCompiler.Task.jitCompilerConstructors in org.jruby.compiler with parameters of type JITCompilerModifierConstructorDescriptionBlockJITTask(JITCompiler jitCompiler, MixedModeIRBlockBody body, String className) (package private)FullBuildTask(JITCompiler jitCompiler, Compilable<InterpreterContext> method) MethodCompiledJITTask(JITCompiler jitCompiler, CompiledIRMethod method, String className) MethodJITTask(JITCompiler jitCompiler, MixedModeIRMethod method, String className) Task(JITCompiler jitCompiler)