Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.h54 void ThrowAbortError(Thread* self, const std::string* abort_message)
Dtransaction.cc88 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError() function in art::Transaction