Searched refs:HPROF_GC_INSTANCE_DUMP (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java250 * HPROF_GC_INSTANCE_DUMP dump of a normal object
351 private static final int HPROF_GC_INSTANCE_DUMP = 0x21; field in class:HeapHprofBinWriter
931 out.writeByte((byte) HPROF_GC_INSTANCE_DUMP);
/openjdk10/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java112 static final int HPROF_GC_INSTANCE_DUMP = 0x21; field in class:HprofReader
511 case HPROF_GC_INSTANCE_DUMP: {
753 // Handle a HPROF_GC_INSTANCE_DUMP
/openjdk10/hotspot/src/share/vm/services/
H A DheapDumper.cpp257 * HPROF_GC_INSTANCE_DUMP dump of a normal object
363 HPROF_GC_INSTANCE_DUMP = 0x21, enumerator in enum:__anon703
657 // creates HPROF_GC_INSTANCE_DUMP record for the given object
917 // creates HPROF_GC_INSTANCE_DUMP record for the given object
921 writer->write_u1(HPROF_GC_INSTANCE_DUMP);
1749 // HPROF_GC_INSTANCE_DUMP, HPROF_GC_OBJ_ARRAY_DUMP, and HPROF_GC_PRIM_ARRAY_DUMP
1804 // writes HPROF_GC_INSTANCE_DUMP records.
1808 // The HPROF_GC_CLASS_DUMP and HPROF_GC_INSTANCE_DUMP are the vast bulk

Completed in 64 milliseconds