Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Transaction

49 #include "transaction.h"
71 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg;
77 // it's easy. Abort the transaction otherwise.
145 // actually the transaction abort exception. This must not be wrapped, as it signals an
150 // If it is not the transaction abort exception, wrap it.
152 if (type != Transaction::kAbortExceptionDescriptor) {
238 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer).
250 // Note that 2) could likely be handled here, but for safety abort the transaction.
438 // conservatively abort the transaction here.
548 // Note: we can't use any fast copy functions, as they are not available under transaction.
585 // Null checking. For simplicity, abort transaction.
916 // aborting the transaction.
1197 // Check whether we're in a transaction, call accordingly.
1235 // Check whether we're in a transaction, call accordingly.
1319 // Worst case, we'll incorrectly fail a transaction. Seems OK.
1363 // Worst case, we'll incorrectly fail a transaction. Seems OK.
1409 // Conservatively flag all exceptions as transaction aborts. This way we don't need to unwrap