|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SkinnyMethodAdapter | |
|---|---|
| org.jruby.compiler | |
| org.jruby.compiler.impl | |
| 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 |
CacheCompiler.cacheBigInteger(SkinnyMethodAdapter method,
java.math.BigInteger bigint)
|
void |
CacheCompiler.cacheByteList(SkinnyMethodAdapter method,
java.lang.String contents)
|
void |
CacheCompiler.cacheCallSite(SkinnyMethodAdapter method,
java.lang.String name,
CallType callType)
|
void |
CacheCompiler.cacheClosure(SkinnyMethodAdapter method,
java.lang.String closureMethod)
|
void |
CacheCompiler.cacheSymbol(SkinnyMethodAdapter method,
java.lang.String symbol)
|
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 | |
|---|---|
void |
StandardASMCompiler.buildStaticScopeNames(SkinnyMethodAdapter method,
StaticScope scope)
|
void |
FieldBasedCacheCompiler.cacheBigInteger(SkinnyMethodAdapter method,
java.math.BigInteger bigint)
|
void |
FieldBasedCacheCompiler.cacheByteList(SkinnyMethodAdapter method,
java.lang.String contents)
|
void |
FieldBasedCacheCompiler.cacheCallSite(SkinnyMethodAdapter method,
java.lang.String name,
CallType callType)
|
void |
InheritedCacheCompiler.cacheCallSite(SkinnyMethodAdapter method,
java.lang.String name,
CallType callType)
|
void |
FieldBasedCacheCompiler.cacheClosure(SkinnyMethodAdapter method,
java.lang.String closureMethod)
|
void |
FieldBasedCacheCompiler.cachePosition(SkinnyMethodAdapter method,
java.lang.String file,
int line)
|
void |
FieldBasedCacheCompiler.cacheSymbol(SkinnyMethodAdapter method,
java.lang.String symbol)
|
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,
int argsIndex,
int closureIndex,
int firstTempIndex)
|
|
BoxedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
int scopeIndex,
int varsIndex,
int argsIndex,
int closureIndex,
int firstTempIndex)
|
|
HeapBasedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
int scopeIndex,
int varsIndex,
int argsIndex,
int closureIndex,
int firstTempIndex)
|
|
StackBasedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method,
int scopeIndex,
int argsIndex,
int closureIndex,
int firstTempIndex)
|
|
StandardInvocationCompiler(StandardASMCompiler.AbstractMethodCompiler methodCompiler,
SkinnyMethodAdapter method)
|
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||