summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_queue_test.cc
AgeCommit message (Expand)Author
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-01-17Add visibility attributes in runtime/gc Dmitrii Ishcheikin
2022-10-14ART: Speed up some gtests. Vladimir Marko
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2017-07-24ART: Include cleanup Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-10-14Move reference processor and mirror::Reference to ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-26ART: Use libbase logging Andreas Gampe
2016-01-28Always use pendingNext to test enqueability of references. Richard Uhler
2015-12-21Rename NullHandle to ScopedNullHandle Mathieu Chartier
2015-08-28Fix some HandleScope bugs and add corresponding checks Mathieu Chartier
2014-12-12Add ReferenceQueue test Mathieu Chartier