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

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp896 Node* last_result = NULL; local
922 if (result != last_result) {
923 last_result = result;
925 last_result->dump();

Completed in 35 milliseconds