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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp218 CompileOnlyCommand, enumerator in enum:OracleCommand
296 if (lists[CompileOnlyCommand] != NULL) {
297 return !lists[CompileOnlyCommand]->match(method);
743 add_predicate(CompileOnlyCommand, c_name, c_match, m_name, m_match, signature);
746 lists[CompileOnlyCommand]->print();

Completed in 677 milliseconds