Searched refs:cache (Results 151 - 175 of 200) sorted by relevance

12345678

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp78 static ConstantPoolCacheEntry* cache_entry_at(JavaThread *thread, int i) { return method(thread)->constants()->cache()->entry_at(i); }
H A Dbytecode.hpp200 constantPoolCacheOop cpcache() const { return _method->constants()->cache(); }
204 int index() const; // cache index (loaded from instruction)
343 // Only non-standard bytecodes (fast_aldc) have CP cache indexes.
347 int cache_index() const { // index into CP cache (or -1 if none)
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java61 /** Size of the image cache */
116 private ImageCache cache = new ImageCache(CACHE_SIZE); field in class:GTKEngine
553 Image img = cache.getImage(getClass(), null, w, h, args);
585 * BufferedImage from the offscreen buffer, (optionally) cache it,
604 cache.setImage(getClass(), null, w0, h0, cacheArgs, img);
610 * Notify native layer of theme change, and flush cache
616 cache.flush();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp54 // In addition, the GrowableCache maintains a NULL terminated cache array of type address
58 // Whenever the GrowableArray changes size, the cache array gets recomputed into a new C_HEAP allocated
59 // block of memory. Additionally, every time the cache changes its position in memory, the
60 // void (*_listener_fun)(void *this_obj, address* cache)
61 // gets called with the cache's new address. This gives the user of the GrowableCache a callback
62 // to update its pointer to the address cache.
77 // Object pointer passed into cache & listener functions.
116 // apply f to every element and update the cache
118 // update the cache after a full gc
266 // NULL terminated cache o
[all...]
H A DjvmtiImpl.cpp107 // The cache entry has gone bad. Without a valid frame pointer
109 // mode. The call to remove() will rebuild the cache again
505 void JvmtiCurrentBreakpoints::listener_fun(void *this_obj, address *cache) { argument
510 assert(cache[n] == NULL, "cache must be NULL terminated");
512 set_breakpoint_list(cache);
H A DjvmtiRedefineClasses.cpp1304 // the new class bytecodes gone through constant pool cache
1314 // class bytecodes have already gone through constant pool cache
1450 // We cache a pointer to the bytecodes here in code_base. If GC
2617 // other_cp's cache. If other_cp has a previous version, then we
2619 // constant pool cache holds the methodOops for non-virtual
2632 // this klass' constant pool cache may need adjustment
2634 cp_cache = other_cp->cache();
2654 cp_cache = other_cp->cache();
3076 // cached and users of the cache care about each active version of
3104 // cache differenc
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.cpp424 // reach here. We could at least cache an "ideal" set of
511 jint *cache = (jint *)env->GetPrimitiveArrayCritical(cacheArray, local
513 if (!cmEntries || !cache) {
515 "Problem retrieving rgb or cache critical array");
523 // clear out the old cache
525 cache[i] = 0;
527 env->ReleasePrimitiveArrayCritical(cacheArray, cache, 0);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DRegularFileObject.java121 fileManager.cache(this, cb);
H A DZipArchive.java219 fileManager.cache(this, cb);
H A DZipFileIndexArchive.java176 fileManager.cache(this, cb);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DPathFileObject.java234 fileManager.cache(this, cb);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h214 cencache cencache; /* CEN header cache */
225 jzentry *cache; /* we cache the most recently freed jzentry */ member in struct:jzfile
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldExpression.java1005 // Given a class name, look for a static field to cache it.
1027 // The class to put the cache in is now given as an argument.
1069 Expression cache = new FieldExpression(where, ccls, cfld);
1071 new NotEqualExpression(where, cache.copyInline(ctx),
1079 setCache = new AssignExpression(where, cache.copyInline(ctx),
1081 return new ConditionalExpression(where, cacheOK, cache, setCache);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java318 private MethodHandle cache; field in class:MethodHandleImpl.AsVarargsCollector
324 this.cache = target.asCollector(arrayType, 0);
349 // check cache
350 if (cache.type().parameterCount() == newArity)
351 return cache.asType(newType);
352 // build and cache a collector
361 cache = collector;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java527 * DOM cache handling
530 // Hold the DOM cache (if any) used with this translet
534 * Sets the DOM cache used for additional documents loaded using the
537 public void setDOMCache(DOMCache cache) { argument
538 _domCache = cache;
542 * Returns the DOM cache used for this translet. Used by the LoadDocument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java302 * A single-element cache of direct byte buffers.
323 // <editor-fold defaultstate="collapsed" desc="Content cache">
337 public void cache(JavaFileObject file, CharBuffer cb) { method in class:BaseFileManager
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1066 CredentialsCache cache =
1068 if (cache == null) {
1069 throw new IOException("Unable to create the cache file " +
1072 cache.update(credentials);
1073 cache.save();
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp88 constantPoolCacheOop _cache; // the cache holding interpreter runtime information
194 constantPoolCacheOop cache() const { return _cache; } function in class:constantPoolOopDesc
195 void set_cache(constantPoolCacheOop cache){ oop_store((oop*)&_cache, cache); } argument
593 // actually rewritten constant pool cache indices.
686 // constant pool cache indices as do the peer methods above.
703 enum { CPCACHE_INDEX_TAG = 0x10000 }; // helps keep CP cache indices distinct from CP indices
H A DinstanceKlass.hpp50 // [subtype cache ] Klass
78 // [oop map cache (stack maps) ]
270 int* _methods_cached_itable_indices; // itable_index cache for JNI invoke corresponding to methods idnum, or NULL
629 static void get_jmethod_id_length_value(jmethodID* cache, size_t idnum,
683 void set_oop_map_cache(OopMapCache *cache) { _oop_map_cache = cache; } argument
908 // cache management logic if the caches can grow instead of just
1075 // a reference to it so we can update items in the cache. We'll
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h61 * Current font cache file format version
62 * This is appended to the cache files so that multiple
65 * Change this value whenever the disk format for the cache file
115 #define FC_CACHE_SUFFIX ".cache-"FC_CACHE_VERSION
116 #define FC_DIR_CACHE_FILE "fonts.cache-"FC_CACHE_VERSION
117 #define FC_USER_CACHE_FILE ".fonts.cache-"FC_CACHE_VERSION
488 FcFileCache *cache,
496 FcFileCache *cache,
514 FcDirCacheUnload (FcCache *cache);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp189 const Register cache = G3_scratch; local
195 __ get_cache_and_index_at_bcp(cache, G1_scratch, 1);
197 __ ld_ptr(cache, constantPoolCacheOopDesc::base_offset() +
207 __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, sizeof(u4));
486 // LcpoolCache: constant pool cache
568 // now set up all the local cache registers
673 // get constant pool cache
678 // get specific constant pool cache entry
681 // Check the constant Pool cache entry to see if it has been resolved.
689 // Get the type and return field offset from the constant pool cache
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java58 private PageCache cache; field in class:WindbgDebuggerLocal
126 // dbx, but would have to test. For now, this cache works best
129 // the UI. This is a cache of 4096 4K pages, or 16 MB. The page
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java4360 static final Character cache[] = new Character[127 + 1]; field in class:Character.CharacterCache
4363 for (int i = 0; i < cache.length; i++)
4364 cache[i] = new Character((char)i);
4377 * This method will always cache values in the range {@code
4379 * cache other values outside of this range.
4386 if (c <= 127) { // must cache
4387 return CharacterCache.cache[(int)c];
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s184 / or qwords that span cache line boundaries will still be loaded
273 / cache line boundaries will still be loaded and stored atomically.
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp197 // so the following main loop 'knows' that it is striding down cache
454 // Return TRUE or FALSE if the loop should be cache-line aligned.
1052 Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *cache );
1054 void handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true );

Completed in 3602 milliseconds

12345678