Searched refs:getCache (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWithCPIndex.java45 ConstantPoolCache cpCache = method().getConstants().getCache();
H A DBytecodeLoadConstant.java51 ConstantPoolCache cpCache = method().getConstants().getCache();
75 ConstantPoolCache cpCache = method().getConstants().getCache();
/openjdk7/jdk/src/share/classes/sun/swing/
H A DCachedPainter.java60 private static ImageCache getCache(Object key) { method in class:CachedPainter
78 getCache(getClass()).setMaxCount(cacheCount);
120 ImageCache cache = getCache(key);
217 getCache(getClass()).flush();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVMState.java70 private Cache getCache() { method in class:VMState
194 Cache local = getCache();
221 Cache local = getCache();
H A DClassLoaderReferenceImpl.java66 Cache local = (Cache)getCache();
H A DThreadGroupReferenceImpl.java111 Cache local = (Cache)getCache();
H A DObjectReferenceImpl.java67 protected Cache getCache() { method in class:ObjectReferenceImpl
464 // getCache() and addlistener() must be synchronized
467 local = getCache();
H A DThreadReferenceImpl.java162 Cache local = (Cache)getCache();
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java191 Entry<?>[] cache = map.getCache();
424 Entry<?>[] getCache() { return cacheArray; } method in class:ClassValue.ClassValueMap
603 Entry<?>[] oldCache = getCache();
681 removeStaleEntries(getCache(), classValue.hashCodeForCache, PROBE_LIMIT);
686 Entry[] cache = getCache();
701 Entry<?>[] cache = getCache();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java121 public ConstantPoolCache getCache() { return (ConstantPoolCache) cache.getValue(this); } method in class:ConstantPool
183 ConstantPoolCache cache = getCache();
235 if (!uncached && getCache() != null) {
238 int pool_index = getCache().getMainEntryAt(which).getConstantPoolIndex();
262 int member_index = getCache().getEntryAt(cpc_index).getConstantPoolIndex();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java51 this.cpCache = cpool.getCache();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java78 private IteratorCache getCache() { method in class:NodeSequence
598 IteratorCache cache = getCache();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPermStat.java248 size += objectSize(cp.getCache());
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesTileGenerator.java54 this.cache = r.getCache();
H A DRenderer.java537 public PiscesCache getCache() { method in class:Renderer
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DCredentials.java452 public CredentialsCache getCache() { method in class:Credentials

Completed in 70 milliseconds