Searched defs:_cache_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp94 _cache_size = (1<<_log_cache_size), enumerator in enum:OopRecorder::IndexCache::__anon202
100 int _cache[_cache_size];
105 return ci & (_cache_size-1);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.hpp67 size_t cache_size() const { return _cache_size; } // Segments in the cache.
86 size_t _cache_size; // Number of segments in the cache. member in class:StackBase

Completed in 30 milliseconds