Searched refs:ThrowAbortError (Results 1 – 3 of 3) sorted by relevance
51 void ThrowAbortError(Thread* self, const std::string* abort_message)
74 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() function in art::Transaction
1816 preinitialization_transaction_->ThrowAbortError(self, &abort_message); in AbortTransactionAndThrowAbortError()1824 preinitialization_transaction_->ThrowAbortError(self, nullptr); in ThrowTransactionAbortError()