Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h542 void ThrowTransactionAbortError(Thread* self)
Druntime.cc2498 void Runtime::ThrowTransactionAbortError(Thread* self) { in ThrowTransactionAbortError() function in art::Runtime
Dclass_linker.cc5656 runtime->ThrowTransactionAbortError(self); in InitializeClass()