Home
last modified time | relevance | path

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

/aosp12/art/runtime/jni/
H A 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()
/aosp12/art/runtime/
H A Dthread.h2037 void SuppressOldException(const char* message = "") REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthread.cc4482 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException() function in art::ScopedExceptionStorage