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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h246 unsigned debugflags; /* debugflags=bitmask */ member in struct:__anon533
H A Dhprof_reference.c383 if ( gdata->debugflags & DEBUGFLAG_UNPREPARED_CLASSES ) {
565 if ( gdata->debugflags & DEBUGFLAG_UNPREPARED_CLASSES ) {
H A Dhprof_init.c414 "debugflags=MASK Various debug flags 0\n"
680 } else if (strcmp(option, "debugflags") == 0) {
682 option_error("debugflags option value must be numeric");
684 gdata->debugflags = (int)strtol(suboption, NULL, 0);
/openjdk7/jdk/src/share/back/
H A Dutil.h88 int debugflags; member in struct:__anon513
H A DdebugInit.c938 "debugflags=flags debug flags (bitmask) none\n"
1199 } else if (strcmp(buf, "debugflags") == 0) {
1205 gdata->debugflags = (unsigned)strtol(current, NULL, 0);
H A Dutil.c2676 if ( (gdata->debugflags & USE_ITERATE_THROUGH_HEAP) == 0 ) {

Completed in 62 milliseconds