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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp104 bool saw_first = false; local
109 if (cdesc == _first_stub) { saw_first = true; break; }
111 assert(saw_first, "must get both first & last");

Completed in 42 milliseconds