Home
last modified time | relevance | path

Searched defs:abort_message (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.cc78 void Transaction::Abort(const std::string& abort_message) { in Abort()
90 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError()
Druntime.cc2486 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError()