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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp489 MethodMatcher::Mode c_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);
676 MethodMatcher::Mode c_match = MethodMatcher::Exact; local
695 c_match = MethodMatcher::Prefix;
704 c_match = MethodMatcher::Any;
708 c_match = MethodMatcher::Exact;
710 c_match = MethodMatcher::Suffix;
720 c_match
[all...]

Completed in 1253 milliseconds