Home
last modified time | relevance | path

Searched refs:ThrowTransactionAbortError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h461 void ThrowTransactionAbortError(Thread* self)
Druntime.cc1584 void Runtime::ThrowTransactionAbortError(Thread* self) { in ThrowTransactionAbortError() function in art::Runtime
Dclass_linker.cc3727 Runtime::Current()->ThrowTransactionAbortError(self); in InitializeClass()