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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp209 // this must parallel the command_names below
227 static const char * command_names[] = { variable
244 return command_names[command];
331 assert(ARRAY_SIZE(command_names) == OracleCommandCount,
332 "command_names size mismatch");
337 for (uint i = 0; i < ARRAY_SIZE(command_names); i++) {
338 if (strcmp(command, command_names[i]) == 0) {
521 tty->print("CompilerOracle: %s ", command_names[command]);
542 tty->print("CompilerOracle: %s ", command_names[command]);

Completed in 31 milliseconds