Home
last modified time | relevance | path

Searched refs:IsAborted (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.h57 bool IsAborted() REQUIRES(!log_lock_);
Dtransaction.cc91 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor in ThrowAbortError()
105 bool Transaction::IsAborted() { in IsAborted() function in art::Transaction