Lines Matching refs:Transaction
54 #include "transaction.h"
79 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg;
85 // it's easy. Abort the transaction otherwise.
154 // actually the transaction abort exception. This must not be wrapped, as it signals an
159 // If it is not the transaction abort exception, wrap it.
161 if (type != Transaction::kAbortExceptionDescriptor) {
252 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer).
264 // Note that 2) could likely be handled here, but for safety abort the transaction.
353 bool transaction = runtime->IsActiveTransaction();
356 if (transaction) {
387 bool transaction = runtime->IsActiveTransaction();
390 if (transaction) {
552 // conservatively abort the transaction here.
727 // Note: we can't use any fast copy functions, as they are not available under transaction.
767 // Null checking. For simplicity, abort transaction.
1136 // aborting the transaction.
1409 // Check whether we're in a transaction, call accordingly.
1447 // Check whether we're in a transaction, call accordingly.
1531 // Worst case, we'll incorrectly fail a transaction. Seems OK.
1575 transaction. Seems OK.
1621 // Conservatively flag all exceptions as transaction aborts. This way we don't need to unwrap