Home | History | Annotate | Download | only in runtime

Lines Matching refs:Transaction

154 #include "transaction.h"
670 // We can't run in a transaction yet.
2092 // Transaction support.
2093 void Runtime::EnterTransactionMode(Transaction* transaction) {
2095 DCHECK(transaction != nullptr);
2097 preinitialization_transaction_ = transaction;
2118 // Throwing an exception may cause its class initialization. If we mark the transaction
2120 // marking the transaction aborted avoids that.
2128 // Passing nullptr means we rethrow an exception with the earlier transaction abort message.