Uses of Class
org.openjdk.jol.info.GraphPathRecord
Packages that use GraphPathRecord
-
Uses of GraphPathRecord in org.openjdk.jol.info
Subclasses of GraphPathRecord in org.openjdk.jol.infoModifier and TypeClassDescription(package private) final class
Object path in object graph.(package private) final class
Object path in object graph.Fields in org.openjdk.jol.info declared as GraphPathRecordFields in org.openjdk.jol.info with type parameters of type GraphPathRecordModifier and TypeFieldDescriptionprivate Map
<Long, GraphPathRecord> GraphLayout.addresses
private final List
<GraphPathRecord> GraphLayout.gprs
Methods in org.openjdk.jol.info that return GraphPathRecordModifier and TypeMethodDescriptionGraphLayout.record
(long address) Get the object descriptor for the given addressMethods in org.openjdk.jol.info with parameters of type GraphPathRecordModifier and TypeMethodDescription(package private) void
GraphLayout.addRecord
(GraphPathRecord gpr) void
GraphVisitor.visit
(GraphPathRecord gpr) Visit the graph recordConstructors in org.openjdk.jol.info with parameters of type GraphPathRecordModifierConstructorDescription(package private)
ArrayGraphPathRecord
(GraphPathRecord parent, int idx, int depth, Object obj) (package private)
FieldGraphPathRecord
(GraphPathRecord parent, String name, int depth, Object obj) (package private)
GraphPathRecord
(GraphPathRecord parent, int depth, Object obj)