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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp902 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) {
[all...]
H A DgenerateOopMap.hpp305 bool _got_error; // True, if an error occurred during interpretation. member in class:VALUE_OBJ_CLASS_SPEC
419 bool got_error() { return _got_error; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java313 boolean _got_error; // True, if an error occured during interpretation. field in class:GenerateOopMap
314 String _error_msg; // Error message. Set if _got_error is true.
795 while(itr.nextBCI() < lim_bci && !_got_error) {
808 if (!_got_error) {
822 if (_got_error) return;
980 if (!_got_error) initBasicBlocks();
981 if (!_got_error) setupMethodEntryState();
982 if (!_got_error) interpAll();
983 if (!_got_error) rewriteRefvalConflicts();
985 } while (_conflict && !_got_error);
[all...]

Completed in 78 milliseconds