Searched refs:c_mode (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/compiler/ |
H A D | compilerOracle.cpp | 259 Symbol* class_name, MethodMatcher::Mode c_mode, 265 lists[command] = new MethodMatcher(class_name, c_mode, method_name, m_mode, signature, lists[command]); 271 static MethodMatcher* add_option_string(Symbol* class_name, MethodMatcher::Mode c_mode, argument 275 lists[OptionCommand] = new MethodOptionMatcher(class_name, c_mode, method_name, m_mode, 426 char class_name[], MethodMatcher::Mode* c_mode, 433 *c_mode = check_mode(class_name, error_msg); 435 return *c_mode != MethodMatcher::Unknown && *m_mode != MethodMatcher::Unknown; 258 add_predicate(OracleCommand command, Symbol* class_name, MethodMatcher::Mode c_mode, Symbol* method_name, MethodMatcher::Mode m_mode, Symbol* signature) argument 425 scan_line(const char * line, char class_name[], MethodMatcher::Mode* c_mode, char method_name[], MethodMatcher::Mode* m_mode, int* bytes_read, const char*& error_msg) argument
|
Completed in 214 milliseconds