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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c359 setBinarySwitch(char **src, jboolean *ptr) function
636 if ( !setBinarySwitch(&options, &(gdata->lineno_in_traces)) ) {
640 if ( !setBinarySwitch(&options, &(gdata->thread_in_traces)) ) {
644 if ( !setBinarySwitch(&options, &(gdata->dump_on_exit)) ) {
648 if ( !setBinarySwitch(&options, &(gdata->micro_state_accounting)) ) {
652 if ( !setBinarySwitch(&options, &(gdata->force_output)) ) {
656 if ( !setBinarySwitch(&options, &(gdata->verbose)) ) {
660 if ( !setBinarySwitch(&options, &(gdata->primfields)) ) {
664 if ( !setBinarySwitch(&options, &(gdata->primarrays)) ) {
668 if ( !setBinarySwitch(
[all...]

Completed in 1231 milliseconds