Searched refs:HPROF_HEAP_DUMP_END (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h285 * HPROF_HEAP_DUMP_END terminates series of heap dump segments
314 HPROF_HEAP_DUMP_END = 0x2C, /* 1.0.2 only */ enumerator in enum:HprofTag
H A Dhprof_check.c1047 CASE_TAG(HPROF_HEAP_DUMP_END) /* 1.0.2 */
H A Dhprof_io.c1977 write_header(HPROF_HEAP_DUMP_END, 0);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java70 // Version 1.0.2 added HPROF_HEAP_DUMP_SEGMENT and HPROF_HEAP_DUMP_END
116 static final int HPROF_HEAP_DUMP_END = 0x2c; field in class:HprofReader
253 case HPROF_HEAP_DUMP_END: {
263 // HPROF_HEAP_DUMP_END only recognized in >= 1.0.2
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp309 * HPROF_HEAP_DUMP_END denotes the end of a heap dump
333 HPROF_HEAP_DUMP_END = 0x2C, enumerator in enum:__anon461
1394 // fixes up the current dump record )and writes HPROF_HEAP_DUMP_END
1516 // fixes up the current dump record )and writes HPROF_HEAP_DUMP_END
1524 writer()->write_u1(HPROF_HEAP_DUMP_END);
1791 // heap then the HPROF_HEAP_DUMP_END record is also written.

Completed in 1703 milliseconds