summaryrefslogtreecommitdiff
path: root/runtime/transaction_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Abort transaction when Class.forName() fails.Vladimir Marko2021-03-301-1/+13
* Explictly pass VerifierDeps when asking for class verification.Nicolas Geoffray2021-03-221-4/+4
* Fix transaction_test after libcore changes.Vladimir Marko2020-08-171-19/+23
* Fix Transaction constraint validation...Vladimir Marko2020-01-201-25/+91
* Check stored references in transactional interpreter.Vladimir Marko2019-11-131-4/+20
* Update Transaction for boot image extension.Vladimir Marko2019-07-291-22/+79
* Add default argument kIsInstrumented=true.Vladimir Marko2019-05-171-5/+6
* Partially ObjPtr<>-ify Object, fix stale ref in test.Vladimir Marko2019-04-021-7/+7
* ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.Vladimir Marko2019-03-291-13/+21
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-1/+1
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Change ClassStatus to fit into 4 bits.Vladimir Marko2018-01-051-1/+1
* Do not pass DexFile to ClassLinker::Lookup/ResolveString().Vladimir Marko2017-12-111-3/+3
* Determine HLoadClass/String load kind early.Vladimir Marko2017-12-081-2/+3
* Move transaction creation to runtimeChang Xing2017-07-221-39/+20
* Deterministic DexCache in heap images.Vladimir Marko2017-03-231-3/+3
* ART: Add operator == and != with nullptr to HandleAndreas Gampe2017-02-141-31/+31
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-4/+2
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-8/+8
* Add transactions for string resolveMathieu Chartier2016-09-081-0/+52
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-1/+1
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-28/+28
* Use specific exception class to abort transactionSebastien Hertz2015-04-031-3/+5
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-8/+8
* Fix transaction abortingSebastien Hertz2015-02-051-59/+120
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-12/+12
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-1/+1
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-1/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-12/+12
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-18/+18
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-221/+219
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-3/+3
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+0
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-4/+4
* Make allocations report usable size.Ian Rogers2014-02-261-1/+4
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+4
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-19/+41
* Remove blacklistSebastien Hertz2014-02-171-0/+472