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

/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp158 bool had_error() { function in class:CompileReplay
163 return !(_stream == NULL || had_error());
175 if (had_error()) {
190 if (had_error()) {
228 if (had_error()) return NULL;
235 if (had_error()) return NULL;
267 return !had_error();
394 if (had_error()) {
478 if (had_error()) {
495 if (had_error()) retur
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dloopnode.cpp3173 bool had_error = false; local
3182 had_error = true;
3189 return had_error;
3195 bool had_error = false; local
3207 if (verify) had_error = verify_dominance(n, use, LCA, early) || had_error;
3214 if (verify) had_error = verify_dominance(n, use, LCA, early) || had_error;
3217 assert(!had_error, "bad dominance");

Completed in 55 milliseconds