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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h212 * HPROF_GC_ROOT_MONITOR_USED Busy monitor
331 HPROF_GC_ROOT_MONITOR_USED = 0x07, enumerator in enum:HprofGcTag
H A Dhprof_check.c474 CASE_HEAP(HPROF_GC_ROOT_MONITOR_USED)
604 CASE_HEAP(HPROF_GC_ROOT_MONITOR_USED)
H A Dhprof_io.c1461 heap_tag(HPROF_GC_ROOT_MONITOR_USED);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java107 static final int HPROF_GC_ROOT_MONITOR_USED = 0x07; field in class:HprofReader
472 case HPROF_GC_ROOT_MONITOR_USED: {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java209 * HPROF_GC_ROOT_MONITOR_USED Busy monitor
324 private static final int HPROF_GC_ROOT_MONITOR_USED = 0x07; field in class:HeapHprofBinWriter
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp212 * HPROF_GC_ROOT_MONITOR_USED Busy monitor
355 HPROF_GC_ROOT_MONITOR_USED = 0x07, enumerator in enum:__anon461
1225 // Support class used to generate HPROF_GC_ROOT_MONITOR_USED records
1236 writer()->write_u1(HPROF_GC_ROOT_MONITOR_USED);
1776 // HPROF_GC_ROOT_MONITOR_USED

Completed in 52 milliseconds