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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h162 * HPROF_HEAP_DUMP or HPROF_HEAP_DUMP_SEGMENT denote a heap dump
312 HPROF_HEAP_DUMP = 0x0C, enumerator in enum:HprofTag
H A Dhprof_check.c1031 CASE_TAG(HPROF_HEAP_DUMP)
H A Dhprof_io.c1930 tag = HPROF_HEAP_DUMP; /* Just one segment */
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java159 * HPROF_HEAP_DUMP denote a heap dump
311 private static final int HPROF_HEAP_DUMP = 0x0C; field in class:HeapHprofBinWriter
401 out.writeByte((byte)HPROF_HEAP_DUMP);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/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
235 case HPROF_HEAP_DUMP: {
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp162 * HPROF_HEAP_DUMP denote a heap dump
307 * The same sub-record types allowed by HPROF_HEAP_DUMP
327 HPROF_HEAP_DUMP = 0x0C, enumerator in enum:__anon461
1388 // writes a HPROF_HEAP_DUMP or HPROF_HEAP_DUMP_SEGMENT record
1452 // writes a HPROF_HEAP_DUMP or HPROF_HEAP_DUMP_SEGMENT record
1458 writer()->write_u1(HPROF_HEAP_DUMP);
1691 // HPROF_HEAP_DUMP
1698 // The HPROF_HEAP_DUMP record has a length following by sub-records. To allow
1755 // write HPROF_HEAP_DUMP or HPROF_HEAP_DUMP_SEGMENT

Completed in 50 milliseconds