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

/openjdk9/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java76 // heaps the heap dump will not fit in a HPROF_HEAP_DUMP record so the
93 static final int HPROF_HEAP_DUMP = 0x0c; field in class:HprofReader
239 case HPROF_HEAP_DUMP: {
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java160 * HPROF_HEAP_DUMP denote a heap dump
304 * The same sub-record types allowed by HPROF_HEAP_DUMP
331 private static final int HPROF_HEAP_DUMP = 0x0C; field in class:HeapHprofBinWriter
462 : HPROF_HEAP_DUMP));
/openjdk9/hotspot/src/share/vm/services/
H A DheapDumper.cpp166 * HPROF_HEAP_DUMP denote a heap dump
311 * The same sub-record types allowed by HPROF_HEAP_DUMP
331 HPROF_HEAP_DUMP = 0x0C, enumerator in enum:__anon701

Completed in 59 milliseconds