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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h207 * HPROF_GC_ROOT_THREAD_BLOCK Reference from thread block
330 HPROF_GC_ROOT_THREAD_BLOCK = 0x06, enumerator in enum:HprofGcTag
H A Dhprof_check.c470 CASE_HEAP(HPROF_GC_ROOT_THREAD_BLOCK)
598 CASE_HEAP(HPROF_GC_ROOT_THREAD_BLOCK)
H A Dhprof_io.c1473 heap_tag(HPROF_GC_ROOT_THREAD_BLOCK);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java106 static final int HPROF_GC_ROOT_THREAD_BLOCK = 0x06; field in class:HprofReader
462 case HPROF_GC_ROOT_THREAD_BLOCK: {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java204 * HPROF_GC_ROOT_THREAD_BLOCK Reference from thread block
323 private static final int HPROF_GC_ROOT_THREAD_BLOCK = 0x06; field in class:HeapHprofBinWriter
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp207 * HPROF_GC_ROOT_THREAD_BLOCK Reference from thread block
354 HPROF_GC_ROOT_THREAD_BLOCK = 0x06, enumerator in enum:__anon461

Completed in 52 milliseconds