Searched defs:m_match (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp490 MethodMatcher::Mode m_match = MethodMatcher::Exact; local
498 if (scan_line(line, class_name, &c_match, method_name, &m_match, &bytes_read, error_msg)) {
524 match = add_option_string(c_name, c_match, m_name, m_match, signature, strdup(option));
534 match = add_predicate(command, c_name, c_match, m_name, m_match, signature);
677 MethodMatcher::Mode m_match = MethodMatcher::Exact; local
734 m_match = MethodMatcher::Any;
743 add_predicate(CompileOnlyCommand, c_name, c_match, m_name, m_match, signature);

Completed in 237 milliseconds