Home
last modified time | relevance | path

Searched refs:ThrowAbortError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dtransaction.h60 void ThrowAbortError(Thread* self, const std::string* abort_message)
Dtransaction.cc104 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() function in art::Transaction
Druntime.cc2875 GetTransaction()->ThrowAbortError(self, &abort_message); in AbortTransactionAndThrowAbortError()
2882 GetTransaction()->ThrowAbortError(self, nullptr); in ThrowTransactionAbortError()