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 classObject path in object graph.(package private) final classObject 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.addressesprivate final List<GraphPathRecord> GraphLayout.gprsMethods 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) voidGraphLayout.addRecord(GraphPathRecord gpr) voidGraphVisitor.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)