Searched refs:GrowableCache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp95 // class GrowableCache - private methods
98 void GrowableCache::recache() {
123 bool GrowableCache::equals(void* v, GrowableElement *e2) {
132 // class GrowableCache - public methods
135 GrowableCache::GrowableCache() { function in class:GrowableCache
142 GrowableCache::~GrowableCache() {
148 void GrowableCache::initialize(void *this_obj, void listener_fun(void *, address*) ) {
156 int GrowableCache
[all...]
H A DjvmtiImpl.hpp48 // class GrowableCache, GrowableElement
52 // GrowableCache is a permanent CHeap growable array of <GrowableElement *>
54 // In addition, the GrowableCache maintains a NULL terminated cache array of type address
61 // gets called with the cache's new address. This gives the user of the GrowableCache a callback
74 class GrowableCache VALUE_OBJ_CLASS_SPEC {
97 GrowableCache();
98 ~GrowableCache();
128 // Note : typesafe wrapper for GrowableCache of JvmtiBreakpoint
134 GrowableCache _cache;
160 // Note: Extends GrowableElement for use in a GrowableCache
[all...]

Completed in 42 milliseconds