|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SkinnyMethodAdapter | |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl | |
org.jruby.compiler.util | |
org.jruby.java.codegen | |
org.jruby.runtime.callback |
Uses of SkinnyMethodAdapter in org.jruby.compiler |
---|
Methods in org.jruby.compiler that return SkinnyMethodAdapter | |
---|---|
SkinnyMethodAdapter |
InvocationCompiler.getMethodAdapter()
|
SkinnyMethodAdapter |
VariableCompiler.getMethodAdapter()
|
Methods in org.jruby.compiler with parameters of type SkinnyMethodAdapter | |
---|---|
void |
InvocationCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
void |
VariableCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
Uses of SkinnyMethodAdapter in org.jruby.compiler.impl |
---|
Fields in org.jruby.compiler.impl declared as SkinnyMethodAdapter | |
---|---|
protected SkinnyMethodAdapter |
AbstractVariableCompiler.method
|
protected SkinnyMethodAdapter |
BaseBodyCompiler.method
|
protected SkinnyMethodAdapter |
StandardInvocationCompiler.method
|
Methods in org.jruby.compiler.impl that return SkinnyMethodAdapter | |
---|---|
SkinnyMethodAdapter |
StandardASMCompiler.getClassInitMethod()
|
SkinnyMethodAdapter |
StandardASMCompiler.getInitMethod()
|
SkinnyMethodAdapter |
AbstractVariableCompiler.getMethodAdapter()
|
SkinnyMethodAdapter |
StandardInvocationCompiler.getMethodAdapter()
|
Methods in org.jruby.compiler.impl with parameters of type SkinnyMethodAdapter | |
---|---|
void |
AbstractVariableCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
void |
StandardInvocationCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
Constructors in org.jruby.compiler.impl with parameters of type SkinnyMethodAdapter | |
---|---|
AbstractVariableCompiler(BaseBodyCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
HeapBasedVariableCompiler(BaseBodyCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
StackBasedVariableCompiler(BaseBodyCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
StandardInvocationCompiler(BaseBodyCompiler methodCompiler,
SkinnyMethodAdapter method)
|
Uses of SkinnyMethodAdapter in org.jruby.compiler.util |
---|
Methods in org.jruby.compiler.util with parameters of type SkinnyMethodAdapter | |
---|---|
static void |
HandleFactory.loadUnboxedArgument(SkinnyMethodAdapter m,
int index,
java.lang.Class type)
|
static void |
HandleFactory.unboxAndCast(SkinnyMethodAdapter m,
java.lang.Class paramClass)
|
Uses of SkinnyMethodAdapter in org.jruby.java.codegen |
---|
Methods in org.jruby.java.codegen with parameters of type SkinnyMethodAdapter | |
---|---|
static void |
RealClassGenerator.coerceArgumentsToRuby(SkinnyMethodAdapter mv,
java.lang.Class[] paramTypes,
int rubyIndex)
|
static void |
RealClassGenerator.coerceResultAndReturn(SkinnyMethodAdapter mv,
java.lang.Class returnType)
|
Uses of SkinnyMethodAdapter in org.jruby.runtime.callback |
---|
Methods in org.jruby.runtime.callback with parameters of type SkinnyMethodAdapter | |
---|---|
void |
InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter mv,
org.objectweb.asm.Label afterCall,
org.objectweb.asm.Label okCall)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |