|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultMethod | |
---|---|
org.jruby.compiler | |
org.jruby.internal.runtime.methods |
Uses of DefaultMethod in org.jruby.compiler |
---|
Methods in org.jruby.compiler with parameters of type DefaultMethod | |
---|---|
DynamicMethod |
JITCompiler.tryJIT(DefaultMethod method,
ThreadContext context,
java.lang.String name)
|
Constructors in org.jruby.compiler with parameters of type DefaultMethod | |
---|---|
JITCompiler.JITClassGenerator(java.lang.String name,
java.lang.String key,
Ruby ruby,
DefaultMethod method,
ThreadContext context,
JITCompiler.JITCounts counts)
|
Uses of DefaultMethod in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type DefaultMethod | |
---|---|
static DynamicMethod |
DynamicMethodFactory.newJittedMethod(Ruby runtime,
RubyModule container,
StaticScope scope,
Script script,
java.lang.String name,
CallConfiguration config,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod defaultMethod)
|
Constructors in org.jruby.internal.runtime.methods with parameters of type DefaultMethod | |
---|---|
JittedMethod(RubyModule implementationClass,
StaticScope staticScope,
Script jitCompiledScript,
java.lang.String name,
CallConfiguration jitCallConfig,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod realMethod)
|
|
TraceableJittedMethod(RubyModule implementationClass,
StaticScope staticScope,
Script jitCompiledScript,
java.lang.String name,
CallConfiguration jitCallConfig,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod realMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |