Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.cc132 ScopedExceptionStorage ses(self); in EnsureIdsArray()
295 ScopedExceptionStorage ses(self); in EncodeGenericId()
/art/runtime/
Dthread.h2496 class ScopedExceptionStorage {
2498 EXPORT explicit ScopedExceptionStorage(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
2500 EXPORT ~ScopedExceptionStorage() REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc2334 ScopedExceptionStorage ses(Thread::Current()); in DumpJavaStack()
4880 ScopedExceptionStorage::ScopedExceptionStorage(art::Thread* self) in ScopedExceptionStorage() function in art::ScopedExceptionStorage
4885 void ScopedExceptionStorage::SuppressOldException(const char* message) { in SuppressOldException()
4895 ScopedExceptionStorage::~ScopedExceptionStorage() { in ~ScopedExceptionStorage()
/art/openjdkjvmti/
Dti_thread.cc228 art::ScopedExceptionStorage sse(soa.Self()); in GetNativeThread()