Home
last modified time | relevance | path

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

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