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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp220 OptionCommand, enumerator in enum:OracleCommand
262 assert(command != OptionCommand, "must use add_option_string");
275 lists[OptionCommand] = new MethodOptionMatcher(class_name, c_mode, method_name, m_mode,
276 signature, option, lists[OptionCommand]);
277 return lists[OptionCommand];
282 return lists[OptionCommand] != NULL &&
283 ((MethodOptionMatcher*)lists[OptionCommand])->match(method, option);
513 if (command == OptionCommand) {

Completed in 61 milliseconds