Uses of Class
org.openjdk.jol.info.GraphPathRecord
-
Packages that use GraphPathRecord Package Description org.openjdk.jol.info -
-
Uses of GraphPathRecord in org.openjdk.jol.info
Subclasses of GraphPathRecord in org.openjdk.jol.info Modifier and Type Class Description (package private) class
ArrayGraphPathRecord
Object path in object graph.(package private) class
FieldGraphPathRecord
Object path in object graph.Fields in org.openjdk.jol.info declared as GraphPathRecord Modifier and Type Field Description protected GraphPathRecord
GraphPathRecord. parent
Fields in org.openjdk.jol.info with type parameters of type GraphPathRecord Modifier and Type Field Description private java.util.Map<java.lang.Long,GraphPathRecord>
GraphLayout. addresses
private java.util.List<GraphPathRecord>
GraphLayout. gprs
Methods in org.openjdk.jol.info that return GraphPathRecord Modifier and Type Method Description GraphPathRecord
GraphLayout. record(long address)
Get the object descriptor for the given addressMethods in org.openjdk.jol.info with parameters of type GraphPathRecord Modifier and Type Method Description (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 GraphPathRecord Constructor Description ArrayGraphPathRecord(GraphPathRecord parent, int idx, int depth, java.lang.Object obj)
FieldGraphPathRecord(GraphPathRecord parent, java.lang.String name, int depth, java.lang.Object obj)
GraphPathRecord(GraphPathRecord parent, int depth, java.lang.Object obj)
-