Home | History | Annotate | Download | only in vm

Lines Matching full:optstr

3456         const char* optStr = args->options[i].optionString;
3457 if (optStr == NULL) {
3460 } else if (strcmp(optStr, "vfprintf") == 0) {
3462 } else if (strcmp(optStr, "exit") == 0) {
3464 } else if (strcmp(optStr, "abort") == 0) {
3466 } else if (strcmp(optStr, "sensitiveThread") == 0) {
3468 } else if (strcmp(optStr, "-Xcheck:jni") == 0) {
3470 } else if (strncmp(optStr, "-Xjniopts:", 10) == 0) {
3471 char* jniOpts = strdup(optStr + 10);
3499 argv[argc++] = optStr;