Searched refs:is_error_reported (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.hpp152 #define assert_if_no_error(cond,msg) assert((cond) || is_error_reported(), msg)
234 bool is_error_reported();
H A Ddebug.cpp199 if (!is_error_reported()) {
326 bool is_error_reported() { function
H A Dostream.cpp528 if (!_inited && !is_error_reported()) init();
745 is_error_reported() ||
/openjdk7/hotspot/src/share/vm/opto/
H A Dmultnode.cpp90 if (!is_error_reported() && !Node::in_dump())
H A Dmachnode.cpp543 if (!is_error_reported() && !Node::in_dump())
H A Dmemnode.cpp625 if (!VerifyAliases || is_error_reported() || Node::in_dump()) cross_check = NULL;
4281 if (is_error_reported()) return; // muzzle asserts when debugging an error
4342 if (is_error_reported() || Node::in_dump()) {
H A Dcfgnode.cpp863 if (is_error_reported()) return; // muzzle asserts when debugging an error
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp305 if (res == 0 && is_error_reported()) {
H A Dos_solaris.cpp282 is_error_reported(),
2596 if (sig == SIGINT && is_error_reported()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp481 if (ShowMessageBoxOnError && is_error_reported()) {
H A DvmThread.cpp453 if ((SelfDestructTimer != 0) && !is_error_reported() &&
H A Dthread.cpp1284 if (is_error_reported()) {
3942 if (ShowMessageBoxOnError && is_error_reported()) {
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp263 guarantee(!result->is_zombie() || result->is_locked_by_vm() || is_error_reported(), "unsafe access to zombie method");
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp178 assert(is_native() && bcp == code_base() || contains(bcp) || is_error_reported(),
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2620 if (sig == SIGINT && is_error_reported()) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2430 if (sig == SIGINT && is_error_reported()) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1877 if (is_error_reported()) {

Completed in 192 milliseconds