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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h83 * HPROF_LOAD_CLASS a newly loaded class
304 HPROF_LOAD_CLASS = 0x02, enumerator in enum:HprofTag
H A Dhprof_check.c906 CASE_TAG(HPROF_LOAD_CLASS)
H A Dhprof_io.c790 write_header(HPROF_LOAD_CLASS, (2 * (jint)sizeof(HprofId)) + (4 * 2));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java80 * HPROF_LOAD_CLASS a newly loaded class
303 private static final int HPROF_LOAD_CLASS = 0x02; field in class:HeapHprofBinWriter
397 // HPROF_LOAD_CLASS records for all classes
868 writeHeader(HPROF_LOAD_CLASS, 2 * (OBJ_ID_SIZE + 4));
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java83 static final int HPROF_LOAD_CLASS = 0x02; field in class:HprofReader
221 case HPROF_LOAD_CLASS: {
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp83 * HPROF_LOAD_CLASS a newly loaded class
319 HPROF_LOAD_CLASS = 0x02, enumerator in enum:__anon461
1366 // writes a HPROF_LOAD_CLASS record
1536 // writes a HPROF_LOAD_CLASS record for the class (and each of its
1541 // len of HPROF_LOAD_CLASS record
1544 // write a HPROF_LOAD_CLASS for the class and each array class
1546 DumperSupport::write_header(writer(), HPROF_LOAD_CLASS, remaining); local
1688 // [HPROF_LOAD_CLASS]*
1747 // write HPROF_LOAD_CLASS records

Completed in 61 milliseconds