Uses of Class
org.eclipse.mat.snapshot.model.GCRootInfo
Packages that use GCRootInfo
Package
Description
Code for reading data from collections found in a snapshot.
Implementations for building the snapshot (not API).
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
-
Uses of GCRootInfo in org.eclipse.mat.inspections.collectionextract
Methods in org.eclipse.mat.inspections.collectionextract that return GCRootInfoModifier and TypeMethodDescriptionAbstractExtractedCollection.getGCRootInfo()
IMapExtractor.EntryObject.getGCRootInfo()
-
Uses of GCRootInfo in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal that return GCRootInfo -
Uses of GCRootInfo in org.eclipse.mat.parser.model
Subclasses of GCRootInfo in org.eclipse.mat.parser.modelModifier and TypeClassDescriptionfinal class
Holds details about a garbage collection root.Methods in org.eclipse.mat.parser.model that return GCRootInfo -
Uses of GCRootInfo in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot that return GCRootInfoModifier and TypeMethodDescriptionISnapshot.getGCRootInfo
(int objectId) Get the GC root info for an object. -
Uses of GCRootInfo in org.eclipse.mat.snapshot.model
Methods in org.eclipse.mat.snapshot.model that return GCRootInfoModifier and TypeMethodDescriptionThreadToLocalReference.getGcRootInfo()
The description of the thread root information.IObject.getGCRootInfo()
GetGCRootInfo
if the object is a garbage collection root or null otherwise.Methods in org.eclipse.mat.snapshot.model with parameters of type GCRootInfoModifier and TypeMethodDescriptionstatic String
GCRootInfo.getTypeSetAsString
(GCRootInfo[] roots) A combined representation of the types of several roots.Constructors in org.eclipse.mat.snapshot.model with parameters of type GCRootInfoModifierConstructorDescriptionThreadToLocalReference
(ISnapshot snapshot, long address, String name, int localObjectId, GCRootInfo[] gcRootInfo) Create a thread to local reference