summaryrefslogtreecommitdiff
path: root/runtime/transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Abort transaction when Class.forName() fails.Vladimir Marko2021-03-301-2/+1
* Fix compiling boot image extension with assume-verified.Vladimir Marko2020-03-181-0/+21
* Fix Transaction constraint validation...Vladimir Marko2020-01-201-3/+4
* Check stored references in transactional interpreter.Vladimir Marko2019-11-131-0/+4
* Update Transaction for boot image extension.Vladimir Marko2019-07-291-6/+11
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Header library to remove dependence on runtime/David Sehr2018-02-281-2/+2
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Read and write constraints for clinitChang Xing2017-07-291-0/+8
* Implemented Nested TransactionChang Xing2017-07-261-0/+5
* Add strict flag in transactionChang Xing2017-07-261-1/+7
* Track class initializing in transactionChang Xing2017-07-221-0/+3
* ART: Remove old object_callbacks.h includesAndreas Gampe2017-06-051-1/+0
* ART: Add missing namespace commentsAndreas Gampe2017-05-301-1/+1
* ART: Clean up field initializationAndreas Gampe2017-03-271-1/+1
* Clean up transactionMathieu Chartier2017-02-031-19/+59
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-3/+4
* Move intern table to ObjPtrMathieu Chartier2016-10-311-11/+8
* Add transactions for string resolveMathieu Chartier2016-09-081-1/+27
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-18/+18
* Move to newer clang annotationsMathieu Chartier2015-07-221-50/+50
* Fix missing transaction abort error messageSebastien Hertz2015-04-291-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-6/+6
* Use specific exception class to abort transactionSebastien Hertz2015-04-031-1/+4
* Follow-up 128393Sebastien Hertz2015-03-031-1/+1
* Fix transaction abortingSebastien Hertz2015-02-051-1/+13
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-8/+9
* Change intern table to unordered set.Mathieu Chartier2014-09-021-7/+6
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+21
* Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-281-2/+5
* Cleanup transaction supportSebastien Hertz2014-04-021-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-2/+1
* Remove blacklistSebastien Hertz2014-02-171-0/+195