Searched defs:CodeCache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCache.java34 public class CodeCache { class
50 Type type = db.lookupType("CodeCache");
70 public CodeCache() { method in class:CodeCache
149 CodeBlob. Used by CodeCache, Runtime1, etc. */
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp34 // The CodeCache implements the code cache for various pieces of generated
36 // The entries in the CodeCache are all CodeBlob's.
46 class CodeCache : AllStatic { class in inherits:AllStatic
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp58 CodeCache, enumerator in enum:MemoryManager::Name
107 MemoryManager::Name kind() { return MemoryManager::CodeCache; }

Completed in 250 milliseconds