Methods in org.jruby.compiler with parameters of type BaseBodyCompiler |
void |
CacheCompiler.cacheBigInteger(BaseBodyCompiler method,
java.math.BigInteger bigint)
|
void |
CacheCompiler.cacheByteList(BaseBodyCompiler method,
ByteList contents)
|
void |
CacheCompiler.cacheCallSite(BaseBodyCompiler method,
java.lang.String name,
CallType callType)
|
void |
CacheCompiler.cacheClosure(BaseBodyCompiler method,
java.lang.String closureMethod,
int arity,
StaticScope scope,
boolean hasMultipleArgsHead,
NodeType argsNodeId,
ASTInspector inspector)
|
void |
CacheCompiler.cacheClosureOld(BaseBodyCompiler method,
java.lang.String closureMethod)
|
void |
CacheCompiler.cacheConstant(BaseBodyCompiler method,
java.lang.String constantName)
|
void |
CacheCompiler.cacheFixnum(BaseBodyCompiler method,
long value)
|
void |
CacheCompiler.cacheSymbol(BaseBodyCompiler method,
java.lang.String symbol)
|
Methods in org.jruby.compiler.impl with parameters of type BaseBodyCompiler |
void |
InheritedCacheCompiler.cacheBigInteger(BaseBodyCompiler method,
java.math.BigInteger bigint)
|
void |
InheritedCacheCompiler.cacheByteList(BaseBodyCompiler method,
ByteList contents)
|
void |
InheritedCacheCompiler.cacheCallSite(BaseBodyCompiler method,
java.lang.String name,
CallType callType)
|
void |
InheritedCacheCompiler.cacheClosure(BaseBodyCompiler method,
java.lang.String closureMethod,
int arity,
StaticScope scope,
boolean hasMultipleArgsHead,
NodeType argsNodeId,
ASTInspector inspector)
|
void |
InheritedCacheCompiler.cacheClosureOld(BaseBodyCompiler method,
java.lang.String closureMethod)
|
void |
InheritedCacheCompiler.cacheConstant(BaseBodyCompiler method,
java.lang.String constantName)
|
void |
InheritedCacheCompiler.cacheFixnum(BaseBodyCompiler method,
long value)
|
void |
InheritedCacheCompiler.cacheSymbol(BaseBodyCompiler method,
java.lang.String symbol)
|
Constructors in org.jruby.compiler.impl with parameters of type BaseBodyCompiler |
AbstractVariableCompiler(BaseBodyCompiler methodCompiler,
SkinnyMethodAdapter method,
StaticScope scope,
boolean specificArity,
int argsIndex,
int firstTempIndex)
|
BoxedVariableCompiler(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)
|