Searched refs:ScopedExceptionStorage (Results 1 – 4 of 4) sorted by relevance
132 ScopedExceptionStorage ses(self); in EnsureIdsArray()295 ScopedExceptionStorage ses(self); in EncodeGenericId()
2496 class ScopedExceptionStorage {2498 EXPORT explicit ScopedExceptionStorage(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);2500 EXPORT ~ScopedExceptionStorage() REQUIRES_SHARED(Locks::mutator_lock_);
2334 ScopedExceptionStorage ses(Thread::Current()); in DumpJavaStack()4880 ScopedExceptionStorage::ScopedExceptionStorage(art::Thread* self) in ScopedExceptionStorage() function in art::ScopedExceptionStorage4885 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException()4895 ScopedExceptionStorage::~ScopedExceptionStorage() { in ~ScopedExceptionStorage()
228 art::ScopedExceptionStorage sse(soa.Self()); in GetNativeThread()