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

/openjdk10/hotspot/src/share/vm/utilities/
H A DvmError.cpp1211 void VMError::report_and_die(Thread* thread, unsigned int sig, address pc, void* siginfo, function in class:VMError
1220 void VMError::report_and_die(Thread* thread, unsigned int sig, address pc, void* siginfo, void* context) function in class:VMError
1225 void VMError::report_and_die(cons function in class:VMError
1233 void VMError::report_and_die(const char* message) function in class:VMError
1238 void VMError::report_and_die(Thread* thread, const char* filename, int lineno, const char* message, function in class:VMError
1244 void VMError::report_and_die(Thread* thread, const char* filename, int lineno, size_t size, function in class:VMError
1249 void VMError::report_and_die(int id, const char* message, const char* detail_fmt, va_list detail_args, function in class:VMError
[all...]

Completed in 37 milliseconds