Searched refs:alloc_sites (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c628 gdata->alloc_sites = JNI_TRUE;
631 gdata->alloc_sites = JNI_TRUE;
755 /* By default we turn on gdata->alloc_sites and gdata->heap_dump */
759 !gdata->alloc_sites &&
762 gdata->alloc_sites = JNI_TRUE;
765 if ( gdata->alloc_sites || gdata->heap_dump ) {
896 if (gdata->alloc_sites) {
H A Dhprof.h234 jboolean alloc_sites; /* heap=sites|all */ member in struct:__anon533
H A Dhprof_io.c712 if (gdata->heap_dump || gdata->alloc_sites) {

Completed in 41 milliseconds