Searched defs:HPROF_BOOLEAN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h342 HPROF_BOOLEAN = 4, enumerator in enum:HprofType
369 #define HPROF_TYPE_IS_PRIMITIVE(ty) ((ty)>=HPROF_BOOLEAN)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java334 private static final int HPROF_BOOLEAN = 4; field in class:HeapHprofBinWriter
760 return HPROF_BOOLEAN;
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp338 HPROF_BOOLEAN = 0x04, enumerator in enum:__anon461
661 case JVM_SIGNATURE_BOOLEAN : return HPROF_BOOLEAN;
675 case T_BOOLEAN : return HPROF_BOOLEAN;

Completed in 39 milliseconds