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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h186 * HPROF_GC_ROOT_JNI_LOCAL JNI local ref
326 HPROF_GC_ROOT_JNI_LOCAL = 0x02, enumerator in enum:HprofGcTag
H A Dhprof_check.c453 CASE_HEAP(HPROF_GC_ROOT_JNI_LOCAL)
573 CASE_HEAP(HPROF_GC_ROOT_JNI_LOCAL)
H A Dhprof_io.c1430 heap_tag(HPROF_GC_ROOT_JNI_LOCAL);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java183 * HPROF_GC_ROOT_JNI_LOCAL JNI local ref
319 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in class:HeapHprofBinWriter
567 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java102 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in class:HprofReader
418 case HPROF_GC_ROOT_JNI_LOCAL: {
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp186 * HPROF_GC_ROOT_JNI_LOCAL JNI local ref
350 HPROF_GC_ROOT_JNI_LOCAL = 0x02, enumerator in enum:__anon461
1163 // Support class used to generate HPROF_GC_ROOT_JNI_LOCAL records
1187 writer()->write_u1(HPROF_GC_ROOT_JNI_LOCAL);
1582 // Dumps a HPROF_GC_ROOT_JNI_LOCAL record for each JNI local

Completed in 51 milliseconds