Uses of Class
org.eclipse.mat.snapshot.PathsFromGCRootsTree
Package
Description
Utilities for performing basic operations on the snapshot (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
-
Uses of PathsFromGCRootsTree in org.eclipse.mat.parser.internal.snapshot
-
Uses of PathsFromGCRootsTree in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionPathsFromGCRootsTree.getBranch
(int objId) Get sub tree for a referencing object.IPathsFromGCRootsComputer.getTree
(Collection<int[]> paths) Helper method constructing a tree like data structure from the given paths.ModifierConstructorDescriptionPathsFromGCRootsTree
(int ownId, HashMap<Integer, PathsFromGCRootsTree> objectInboundReferers, int[] objectIds)