Home
last modified time | relevance | path

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

/art/dex2oat/
Dtransaction.cc94 void Transaction::Abort(const std::string& abort_message) { in Abort()
105 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError()
Daot_class_linker.cc491 std::string abort_message; in AbortTransactionV() local