Lines Matching refs:_got_error
902 if (!_got_error) init_basic_blocks();
903 if (!_got_error) setup_method_entry_state();
904 if (!_got_error) interp_all();
905 if (!_got_error) rewrite_refval_conflicts();
907 } while (_conflict && !_got_error);
1084 while (change && !_got_error) {
1086 for (int i = 0; i < _bb_count && !_got_error; i++) {
1089 if (_got_error) return;
1115 while(itr.next_bci() < lim_bci && !_got_error) {
1128 if (!_got_error) {
1136 if (_got_error) return;
2062 _got_error = false;
2097 if (!_got_error)
2101 if (!_got_error)
2105 if (!_got_error)
2109 if (!_got_error && report_results())
2112 if (_got_error) {
2120 // _got_error flag controls execution. NOT TODO: The VM exception propagation
2126 _got_error = true;
2146 _got_error = true;
2281 if (!_got_error) {
2282 for (int k = 0; k < _max_locals && !_got_error; k++) {
2288 if (_got_error) return;
2314 while( bcs.next() >=0 && !startOver && !_got_error) {
2317 } while (startOver && !_got_error);
2511 while (bcs.next()>=0 && !_got_error) {