- 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
- b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 3 years, 6 months ago
- 24c080f Remove locking from `Transaction`. by Vladimir Marko · 3 years, 6 months ago
- e9a4a60 Transaction support for MethodType in dex cache. by Vladimir Marko · 3 years, 6 months ago
- e300c4e Faster Class::FindField(). by Vladimir Marko · 3 years, 7 months ago
- 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 9 months ago
- 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
- a982cd6 Fix transaction_test after libcore changes. by Vladimir Marko · 4 years, 4 months ago
- 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 5 years ago
- 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 5 years ago
- 672c080 Update Transaction for boot image extension. by Vladimir Marko · 5 years ago
- 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
- dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
- 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
- 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
- bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
- a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
- 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
- 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
- f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 8 years ago
- fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
- 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
- 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
- bb816d6 Add transactions for string resolve by Mathieu Chartier · 8 years ago
- e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
- 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
- c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
- 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
- e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
- 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
- 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
- f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
- 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
- 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
- e63db27 Break apart header files. by Ian Rogers · 10 years ago
- 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
- eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
- 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
- 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
- 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
- 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
- a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
- 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
- d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago