Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.cc144 ses.SuppressOldException("Failed to allocate maps for jmethodIDs. "); in EnsureIdsArray()
309 ses.SuppressOldException("OOM exception while trying to allocate JNI ids."); in EncodeGenericId()
/art/runtime/
Dthread.h2499 void SuppressOldException(const char* message = "") REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4885 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException() function in art::ScopedExceptionStorage