Home | History | Annotate | Download | only in heapmetrics

Lines Matching defs:of

6  * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36 * Representation of the break-down of a heap dump into categories.
42 * Enumeration of the categories used.
47 * Interned strings that are mostly ASCII alphabetic characters, and have a bit of
59 * Interned strings that are don't meet the criterea of {@link #INTERNED_STRING_TEXT_ISH} or
113 * The subset of {@link #PURE_LIBCORE} which is static, rather than instance, state.
118 * Objects which don't fall into any of the above categories. (N.B. This ensures that every
119 * object is in at least one category, but objects may be in more than one of the above.)
139 * Returns the categorization of the given heap dump, counting the retained sizes on the given
142 static HeapCategorization of(AhatSnapshot snapshot, AhatHeap... heaps) {
158 * Returns an analysis of the configured heap dump, giving the retained sizes on the configured
257 // is backing some kind of ICU property structure.
264 // Neither of the above. There's a good chance that this is something code-like e.g. a
292 // Do a BFS of the strong reference graph looking for matching classes.
300 // This is the heap allocation for the static state of a class. Check the class.
301 // Don't continue up the reference tree, as every instance of this class has a
308 // This is the heap allocation for the instance state of an object. Check its class.
335 * Increments the stored size for the given category by the retain size of the given rooted