Searched refs:ThrowAbortError (Results 1 – 3 of 3) sorted by relevance
477 GetTransaction()->ThrowAbortError(self, nullptr); in ThrowTransactionAbortError()500 GetTransaction()->ThrowAbortError(self, &abort_message); in AbortTransactionV()
58 void ThrowAbortError(Thread* self, const std::string* abort_message)
106 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() function in art::Transaction