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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h78 * HPROF_UTF8 a UTF8-encoded name
303 HPROF_UTF8 = 0x01, enumerator in enum:HprofTag
H A Dhprof_check.c59 /* For map from HPROF_UTF8 to a string */
891 CASE_TAG(HPROF_UTF8)
H A Dhprof_io.c404 write_header(HPROF_UTF8, len + (jint)sizeof(HprofId));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java75 * HPROF_UTF8 a UTF8-encoded name
302 private static final int HPROF_UTF8 = 0x01; field in class:HeapHprofBinWriter
854 writeHeader(HPROF_UTF8, buf.length + OBJ_ID_SIZE);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java82 static final int HPROF_UTF8 = 0x01; field in class:HprofReader
214 case HPROF_UTF8: {
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp78 * HPROF_UTF8 a UTF8-encoded name
318 HPROF_UTF8 = 0x01, enumerator in enum:__anon461
1139 // Support class used to generate HPROF_UTF8 records from the entries in the
1157 DumperSupport::write_header(writer(), HPROF_UTF8, oopSize + len); local
1687 // [HPROF_UTF8]*
1743 // HPROF_UTF8 records

Completed in 95 milliseconds