Home
last modified time | relevance | path

Searched refs:AbortTransactionAndThrowAbortError (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Daot_class_linker.cc51 runtime->AbortTransactionAndThrowAbortError(self, "Can't resolve " in InitializeClass()
Druntime.h505 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)
Druntime.cc2401 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError() function in art::Runtime
/art/runtime/interpreter/
Dinterpreter_common.cc112 Runtime::Current()->AbortTransactionAndThrowAbortError(self, "Can't read static fields of " in DoFieldGet()
325 Runtime::Current()->AbortTransactionAndThrowAbortError( in DoFieldPut()
550 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg); in AbortTransactionV()
Dunstarted_runtime.cc1251 Runtime::Current()->AbortTransactionAndThrowAbortError(self, "Null pointer in peekArray"); in UnstartedMemoryPeekArray()
1261 Runtime::Current()->AbortTransactionAndThrowAbortError(self, error_msg.c_str()); in UnstartedMemoryPeekArray()