Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.cc121 ScopedExceptionStorage ses(self); in EnsureIdsArray()
279 ScopedExceptionStorage ses(self); in EncodeGenericId()
/art/runtime/
Dthread.h2008 class ScopedExceptionStorage {
2010 explicit ScopedExceptionStorage(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
2012 ~ScopedExceptionStorage() REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc2154 ScopedExceptionStorage ses(Thread::Current()); in DumpJavaStack()
4327 ScopedExceptionStorage::ScopedExceptionStorage(art::Thread* self) in ScopedExceptionStorage() function in art::ScopedExceptionStorage
4332 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException()
4340 ScopedExceptionStorage::~ScopedExceptionStorage() { in ~ScopedExceptionStorage()
/art/openjdkjvmti/
Dti_thread.cc234 art::ScopedExceptionStorage sse(soa.Self()); in GetNativeThread()