Home | History | Annotate | Download | only in runtime

Lines Matching refs:Transaction

42 class Transaction FINAL {
47 Transaction();
48 explicit Transaction(bool strict, mirror::Class* root);
49 ~Transaction();
59 // If the transaction is rollbacking. Transactions will set this flag when they start rollbacking,
60 // because the nested transaction should be disabled when rollbacking to restore the memory.
63 // If the transaction is in strict mode, then all access of static fields will be constrained,
65 // the transaction is aborted.
129 // Abort transaction by undoing all recorded changes.
314 DISALLOW_COPY_AND_ASSIGN(Transaction);