Searched defs:HPROF_GC_ROOT_THREAD_BLOCK (Results 1 - 4 of 4) 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
/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 32 milliseconds