|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntry | |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.java.codegen | |
org.jruby.runtime.callsite |
Uses of CacheEntry in org.jruby |
---|
Methods in org.jruby that return CacheEntry | |
---|---|
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. |
Uses of CacheEntry in org.jruby.ast.executable |
---|
Fields in org.jruby.ast.executable declared as CacheEntry | |
---|---|
CacheEntry[] |
RuntimeCache.methodCache
|
Uses of CacheEntry in org.jruby.java.codegen |
---|
Methods in org.jruby.java.codegen with parameters of type CacheEntry | |
---|---|
static boolean |
RealClassGenerator.isCacheOk(CacheEntry entry,
IRubyObject self)
|
Uses of CacheEntry in org.jruby.runtime.callsite |
---|
Fields in org.jruby.runtime.callsite declared as CacheEntry | |
---|---|
protected CacheEntry |
CachingCallSite.cache
|
static CacheEntry |
CacheEntry.NULL_CACHE
|
Methods in org.jruby.runtime.callsite that return CacheEntry | |
---|---|
CacheEntry |
CachingCallSite.getCache()
|
Methods in org.jruby.runtime.callsite with parameters of type CacheEntry | |
---|---|
static boolean |
CacheEntry.typeOk(CacheEntry entry,
RubyClass incomingType)
|
protected void |
CachingCallSite.updateCache(CacheEntry newEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |