Home
last modified time | relevance | path

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

/art/runtime/
Daot_class_linker.cc38 Runtime::Current()->AbortTransactionAndThrowAbortError( in CanAllocClass()
64 runtime->AbortTransactionAndThrowAbortError(self, "Can't initialize " + klass->PrettyTypeOf() in InitializeClass()
73 runtime->AbortTransactionAndThrowAbortError(self, "Can't resolve " in InitializeClass()
82 runtime->AbortTransactionAndThrowAbortError(self, "Can't resolve " in InitializeClass()
Druntime.h558 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)
Druntime.cc2717 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError() function in art::Runtime
/art/runtime/interpreter/
Dinterpreter_common.h503 Runtime::Current()->AbortTransactionAndThrowAbortError(self, "Can't read static fields of " in DoFieldGet()
560 runtime->AbortTransactionAndThrowAbortError(self, base_msg + obj->PrettyTypeOf()); in CheckWriteConstraint()
574 runtime->AbortTransactionAndThrowAbortError(self, msg); in CheckWriteValueConstraint()
Dunstarted_runtime.cc1229 Runtime::Current()->AbortTransactionAndThrowAbortError(self, "Null pointer in peekArray"); in UnstartedMemoryPeekArray()
1239 Runtime::Current()->AbortTransactionAndThrowAbortError(self, error_msg.c_str()); in UnstartedMemoryPeekArray()
Dinterpreter_common.cc225 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg); in AbortTransactionV()