Searched refs:ScopedExceptionStorage (Results 1 – 4 of 4) sorted by relevance
121 ScopedExceptionStorage ses(self); in EnsureIdsArray()279 ScopedExceptionStorage ses(self); in EncodeGenericId()
2008 class ScopedExceptionStorage {2010 explicit ScopedExceptionStorage(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);2012 ~ScopedExceptionStorage() REQUIRES_SHARED(Locks::mutator_lock_);
2154 ScopedExceptionStorage ses(Thread::Current()); in DumpJavaStack()4327 ScopedExceptionStorage::ScopedExceptionStorage(art::Thread* self) in ScopedExceptionStorage() function in art::ScopedExceptionStorage4332 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException()4340 ScopedExceptionStorage::~ScopedExceptionStorage() { in ~ScopedExceptionStorage()
234 art::ScopedExceptionStorage sse(soa.Self()); in GetNativeThread()