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

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp63 int _current_step; member in class:VMError
H A DvmError.cpp87 _current_step = 0;
110 _current_step = 0;
131 _current_step = 0;
152 _current_step = 0;
332 # define BEGIN if (_current_step == 0) { _current_step = 1;
333 # define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s;
903 first_error->_current_step = 0; // reset current_step
961 first_error->_current_step
[all...]

Completed in 23 milliseconds