Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc62 void Transaction::Abort(const std::string& abort_message) { in Abort() argument
70 abort_message_ = abort_message; in Abort()
74 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() argument
75 const bool rethrow = (abort_message == nullptr); in ThrowAbortError()
87 abort_message->c_str()); in ThrowAbortError()
Dtransaction.h48 void Abort(const std::string& abort_message)
51 void ThrowAbortError(Thread* self, const std::string* abort_message)
Druntime.cc1839 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError() argument
1845 preinitialization_transaction_->ThrowAbortError(self, &abort_message); in AbortTransactionAndThrowAbortError()
1846 preinitialization_transaction_->Abort(abort_message); in AbortTransactionAndThrowAbortError()
Druntime.h486 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)