Searched refs:heap_dump (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c181 if ( gdata->heap_dump ) {
206 if ( gdata->heap_dump ) {
253 if ( gdata->heap_dump ) {
H A Dhprof_init.c626 gdata->heap_dump = JNI_TRUE;
630 gdata->heap_dump = JNI_TRUE;
755 /* By default we turn on gdata->alloc_sites and gdata->heap_dump */
760 !gdata->heap_dump) {
761 gdata->heap_dump = JNI_TRUE;
765 if ( gdata->alloc_sites || gdata->heap_dump ) {
773 if (gdata->heap_dump) {
890 if (gdata->heap_dump) {
1412 if (gdata->heap_dump) {
H A Dhprof.h233 jboolean heap_dump; /* heap=dump|all */ member in struct:__anon533
H A Dhprof_tls.c864 if (gdata->heap_dump && thread!=NULL) {
H A Dhprof_io.c712 if (gdata->heap_dump || gdata->alloc_sites) {

Completed in 1762 milliseconds