Home
last modified time | relevance | path

Searched refs:pending_exception (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
DExecStrings.cpp50 jthrowable pending_exception = env_->ExceptionOccurred(); in ~ExecStrings() local
51 if (pending_exception != NULL) { in ~ExecStrings()
63 if (pending_exception != NULL) { in ~ExecStrings()
64 if (env_->Throw(pending_exception) < 0) { in ~ExecStrings()