Searched refs:has_error (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.cpp40 if (has_error()) return false;
H A Ddecoder.hpp61 virtual bool has_error() const { function in class:AbstractDecoder
H A Ddecoder.cpp74 if (decoder == NULL || decoder->has_error()) {
/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.hpp99 inline bool has_error() const { return _has_error; } function in class:MemTrackWorker
H A DmemTrackWorker.cpp49 if (!has_error()) {
H A DmemTracker.cpp480 } else if (_worker_thread->has_error()) {
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp40 if (!has_error() && _dbghelp_handle == NULL) {
165 return (!has_error() && _can_decode_in_vm);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp87 CHECK); if ((verifier)->has_error()) return; (0
89 CHECK_(result)); if ((verifier)->has_error()) return (result); (0
370 bool has_error() const { return result() != NULL; } function in class:ClassVerifier
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3185 bool has_error = false; local
3195 has_error = true;
3200 has_error = true;
3205 has_error = true;
3210 has_error = true;
3215 has_error = true;
3220 has_error = true;
3226 has_error = true;
3247 has_error = true;
3252 assert(has_error
3579 bool has_error = false; local
[all...]

Completed in 59 milliseconds