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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h151 * HPROF_END_THREAD a terminating thread.
311 HPROF_END_THREAD = 0x0B, enumerator in enum:HprofTag
H A Dhprof_check.c1024 CASE_TAG(HPROF_END_THREAD)
H A Dhprof_io.c924 write_header(HPROF_END_THREAD, 4);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java91 static final int HPROF_END_THREAD = 0x0b; field in class:HprofReader
335 case HPROF_END_THREAD:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java148 * HPROF_END_THREAD a terminating thread.
310 private static final int HPROF_END_THREAD = 0x0B; field in class:HeapHprofBinWriter
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp151 * HPROF_END_THREAD a terminating thread.
326 HPROF_END_THREAD = 0x0B, enumerator in enum:__anon461

Completed in 51 milliseconds