Searched defs:has_error (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.hpp99 inline bool has_error() const { return _has_error; } function in class:MemTrackWorker
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.hpp61 virtual bool has_error() const { function in class:AbstractDecoder
/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 949 milliseconds