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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h90 * HPROF_UNLOAD_CLASS an unloading class
305 HPROF_UNLOAD_CLASS = 0x03, enumerator in enum:HprofTag
H A Dhprof_check.c919 CASE_TAG(HPROF_UNLOAD_CLASS)
H A Dhprof_io.c804 write_header(HPROF_UNLOAD_CLASS, 4);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java84 static final int HPROF_UNLOAD_CLASS = 0x03; field in class:HprofReader
332 case HPROF_UNLOAD_CLASS:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java87 * HPROF_UNLOAD_CLASS an unloading class
304 private static final int HPROF_UNLOAD_CLASS = 0x03; field in class:HeapHprofBinWriter
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp90 * HPROF_UNLOAD_CLASS an unloading class
320 HPROF_UNLOAD_CLASS = 0x03, enumerator in enum:__anon461

Completed in 50 milliseconds