Searched refs:async_exception (Results 1 – 3 of 3) sorted by relevance
138 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_mark_stack, async_exception, sizeof(void*)); in CheckThreadOffsets()142 CHECKED(offset_tlsptr_end - OFFSETOF_MEMBER(Thread, tlsPtr_.async_exception) == sizeof(void*), in CheckThreadOffsets()
432 return tlsPtr_.async_exception != nullptr; in IsAsyncExceptionPending()1602 async_exception(nullptr) { in PACKED()1759 mirror::Throwable* async_exception; in PACKED() local
3966 if (tlsPtr_.async_exception != nullptr) { in VisitRoots()3967 visitor->VisitRoot(reinterpret_cast<mirror::Object**>(&tlsPtr_.async_exception), in VisitRoots()4199 tlsPtr_.async_exception = new_exception.Ptr(); in SetAsyncException()4204 if (tlsPtr_.async_exception != nullptr) { in ObserveAsyncException()4208 LOG(WARNING) << "Async exception is " << tlsPtr_.async_exception->Dump(); in ObserveAsyncException()4210 tlsPtr_.exception = tlsPtr_.async_exception; in ObserveAsyncException()4211 tlsPtr_.async_exception = nullptr; in ObserveAsyncException()