Searched refs:obj_watch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c766 gdata->obj_watch = JNI_TRUE;
768 if ( gdata->obj_watch || gdata->cpu_timing ) {
1130 if (gdata->obj_watch) {
1553 (gdata->obj_watch)?TRACKER_OBJECT_INIT_NAME:NULL,
1554 (gdata->obj_watch)?TRACKER_OBJECT_INIT_SIG:NULL,
1555 (gdata->obj_watch)?TRACKER_NEWARRAY_NAME:NULL,
1556 (gdata->obj_watch)?TRACKER_NEWARRAY_SIG:NULL,
1851 if (gdata->obj_watch) {
H A Dhprof.h260 jboolean obj_watch; /* True if bci and watching allocs */ member in struct:__anon533

Completed in 37 milliseconds