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) classArrayGraphPathRecordObject path in object graph.(package private) classFieldGraphPathRecordObject path in object graph.Fields in org.openjdk.jol.info declared as GraphPathRecord Modifier and Type Field Description protected GraphPathRecordGraphPathRecord. parentFields 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. addressesprivate java.util.List<GraphPathRecord>GraphLayout. gprsMethods in org.openjdk.jol.info that return GraphPathRecord Modifier and Type Method Description GraphPathRecordGraphLayout. 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) voidGraphLayout. addRecord(GraphPathRecord gpr)voidGraphVisitor. 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)
-