Searched refs:initCache (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java205 initCache(16384, parseCacheNumPagesProperty(1024));
207 initCache(4096, parseCacheNumPagesProperty(4096));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java203 initCache(16384, parseCacheNumPagesProperty(1024));
205 initCache(4096, parseCacheNumPagesProperty(4096));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java89 initCache(cachePageSize, cacheNumPages);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerBase.java61 // Should be initialized if desired by calling initCache()
170 protected final void initCache(long pageSize, long maxNumPages) { method in class:DebuggerBase
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java112 initCache(cachePageSize, cacheNumPages);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java132 initCache(4096, 4096);

Completed in 2976 milliseconds