Uses of Interface
org.eclipse.mat.snapshot.IPathsFromGCRootsComputer
Package
Description
These are queries for dominator tree and paths to/from garbage collection roots.
Implementations for building 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 IPathsFromGCRootsComputer in org.eclipse.mat.internal.snapshot.inspections
ModifierConstructorDescriptionTree
(ISnapshot snapshot, int objectId, IPathsFromGCRootsComputer computer) -
Uses of IPathsFromGCRootsComputer in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getPathsFromGCRoots
(int objectId, Map<IClass, Set<String>> excludeList) -
Uses of IPathsFromGCRootsComputer in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionISnapshot.getPathsFromGCRoots
(int objectId, Map<IClass, Set<String>> excludeMap) Get interactive computer for paths from GC roots to the given object.