Lines Matching refs:GrowableCache
48 // 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
208 // JvmtiBreakpoints is a GrowableCache of JvmtiBreakpoint.
209 // All changes to the GrowableCache occur at a safepoint using VM_ChangeBreakpoints.
273 // Listener for the GrowableCache in _jvmti_breakpoints, updates _breakpoint_list.