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

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp64 const char * _current_step_info; member in class:VMError
H A DvmError.cpp88 _current_step_info = NULL;
111 _current_step_info = NULL;
132 _current_step_info = NULL;
153 _current_step_info = NULL;
333 # define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s;
880 first_error ? first_error->_current_step_info : "",
904 first_error->_current_step_info = ""; // reset current_step string
962 first_error->_current_step_info = ""; // reset current_step string

Completed in 32 milliseconds