Searched refs:is_error (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.hpp62 return is_error(_decoder_status);
65 static bool is_error(decoder_status status) { function in class:AbstractDecoder
H A DelfFile.cpp99 assert(!NullDecoder::is_error(m_status), "already in error");
115 if (NullDecoder::is_error(m_status)) return false;
145 if (NullDecoder::is_error(m_status)) {
H A DelfSymbolTable.cpp53 if (!NullDecoder::is_error(m_status)) {
76 if (NullDecoder::is_error(m_status)) {
H A DelfStringTable.cpp71 if (NullDecoder::is_error(m_status)) {

Completed in 51 milliseconds