|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SkinnyMethodAdapter | |
|---|---|
| org.jruby.compiler | |
| org.jruby.compiler.impl | |
| org.jruby.compiler.util | |
| 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 |
StandardASMCompiler.AbstractMethodCompiler.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 | |
|---|---|
static void |
StandardASMCompiler.buildStaticScopeNames(SkinnyMethodAdapter method,
StaticScope scope)
|
void |
AbstractVariableCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
void |
StandardInvocationCompiler.setMethodAdapter(SkinnyMethodAdapter sma)
|
| Constructors in org.jruby.compiler.impl with parameters of type SkinnyMethodAdapter | |
|---|---|
AbstractVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
BoxedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
HeapBasedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
StackBasedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
|
StandardInvocationCompiler(StandardASMCompiler.AbstractMethodCompiler 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.runtime.callback |
|---|
| Methods in org.jruby.runtime.callback with parameters of type SkinnyMethodAdapter | |
|---|---|
void |
InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter mv,
Label afterCall,
Label okCall)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||