|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardASMCompiler.AbstractMethodCompiler | |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl |
Uses of StandardASMCompiler.AbstractMethodCompiler in org.jruby.compiler |
---|
Methods in org.jruby.compiler with parameters of type StandardASMCompiler.AbstractMethodCompiler | |
---|---|
void |
CacheCompiler.cacheBigInteger(StandardASMCompiler.AbstractMethodCompiler method,
java.math.BigInteger bigint)
|
void |
CacheCompiler.cacheByteList(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String contents)
|
void |
CacheCompiler.cacheCallSite(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String name,
CallType callType)
|
void |
CacheCompiler.cacheClosure(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String closureMethod,
int arity,
StaticScope scope,
boolean hasMultipleArgsHead,
NodeType argsNodeId,
ASTInspector inspector)
|
void |
CacheCompiler.cacheClosureOld(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String closureMethod)
|
void |
CacheCompiler.cacheFixnum(StandardASMCompiler.AbstractMethodCompiler method,
long value)
|
void |
CacheCompiler.cacheSymbol(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String symbol)
|
Uses of StandardASMCompiler.AbstractMethodCompiler in org.jruby.compiler.impl |
---|
Fields in org.jruby.compiler.impl declared as StandardASMCompiler.AbstractMethodCompiler | |
---|---|
protected StandardASMCompiler.AbstractMethodCompiler |
AbstractVariableCompiler.methodCompiler
|
Methods in org.jruby.compiler.impl with parameters of type StandardASMCompiler.AbstractMethodCompiler | |
---|---|
void |
FieldBasedCacheCompiler.cacheBigInteger(StandardASMCompiler.AbstractMethodCompiler method,
java.math.BigInteger bigint)
|
void |
FieldBasedCacheCompiler.cacheByteList(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String contents)
|
void |
FieldBasedCacheCompiler.cacheCallSite(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String name,
CallType callType)
|
void |
InheritedCacheCompiler.cacheCallSite(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String name,
CallType callType)
|
void |
FieldBasedCacheCompiler.cacheClosure(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String closureMethod,
int arity,
StaticScope scope,
boolean hasMultipleArgsHead,
NodeType argsNodeId,
ASTInspector inspector)
|
void |
FieldBasedCacheCompiler.cacheClosureOld(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String closureMethod)
|
void |
FieldBasedCacheCompiler.cacheFixnum(StandardASMCompiler.AbstractMethodCompiler method,
long value)
|
void |
InheritedCacheCompiler.cacheFixnum(StandardASMCompiler.AbstractMethodCompiler method,
long value)
|
void |
FieldBasedCacheCompiler.cachePosition(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String file,
int line)
Deprecated. |
void |
FieldBasedCacheCompiler.cacheSymbol(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String symbol)
|
void |
InheritedCacheCompiler.cacheSymbol(StandardASMCompiler.AbstractMethodCompiler method,
java.lang.String symbol)
|
Constructors in org.jruby.compiler.impl with parameters of type StandardASMCompiler.AbstractMethodCompiler | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |