Package | Description |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.java.codegen | |
org.jruby.runtime.callsite | |
org.jruby.runtime.invokedynamic |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,CacheEntry> |
RubyModule.cachedMethods |
Modifier and Type | Method and Description |
---|---|
abstract CacheEntry |
RubyModule.CacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.SynchronizedCacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.ProfilingCacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.searchWithCache(java.lang.String name)
Search through this module and supermodules for method definitions.
|
Modifier and Type | Field and Description |
---|---|
CacheEntry[] |
RuntimeCache.methodCache |
Modifier and Type | Method and Description |
---|---|
static boolean |
RealClassGenerator.isCacheOk(CacheEntry entry,
IRubyObject self) |
Modifier and Type | Field and Description |
---|---|
protected CacheEntry |
CachingCallSite.cache |
static CacheEntry |
CacheEntry.NULL_CACHE |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CachingCallSite.getCache() |
CacheEntry |
CachingCallSite.retrieveCache(RubyClass selfType,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CacheEntry.typeOk(CacheEntry entry,
RubyClass incomingType) |
protected void |
CachingCallSite.updateCache(CacheEntry newEntry) |
Modifier and Type | Field and Description |
---|---|
CacheEntry |
JRubyCallSite.entry |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static DynamicMethod |
InvocationLinker.getMethod(CacheEntry entry) |
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(JumpException.BreakJump bj,
CacheEntry entry,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static boolean |
InvokeDynamicSupport.methodMissing(CacheEntry entry,
CallType callType,
java.lang.String name,
IRubyObject caller) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.