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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp95 bool found_trap = false; local
111 found_trap = true;
117 if (!found_trap) {
H A Difnode.cpp478 bool found_trap = false; local
494 found_trap = true;
499 if (!found_trap) return 0; // sorry, no cigar
H A Dlibrary_call.cpp5022 bool found_trap = false; local
5027 found_trap = true; break;
5030 if (found_trap) {

Completed in 382 milliseconds