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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp99 bool found_match = false; local
103 found_match = true;
107 if (! found_match)
/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp636 DEBUG_ONLY(bool found_match = false);
639 DEBUG_ONLY(found_match = true);
655 assert(found_match, "no worklist bug");

Completed in 2210 milliseconds