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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp328 if (is_exception_detected()) {
403 if (is_exception_detected()) {
H A DjvmtiThreadState.hpp164 inline bool is_exception_detected() { return _exception_detected; } function in class:JvmtiThreadState
H A DjvmtiExport.cpp145 _exception_detected = state->is_exception_detected();
1151 bool exception_exit = state->is_exception_detected() && !state->is_exception_caught();
1274 if (!state->is_exception_detected()) {
1361 if (state->is_exception_detected()) {
H A Djni.cpp847 if (state != NULL && state->is_exception_detected()) {

Completed in 58 milliseconds