summaryrefslogtreecommitdiff
path: root/runtime/gc/heap_test.cc
AgeCommit message (Expand)Author
2025-01-22Disable GCMetric.GCDuration and GCDurationDelta gtests Lokesh Gidra
2025-01-21Enable Generational CMC Lokesh Gidra
2024-01-17Add visibility attributes in runtime/gc Dmitrii Ishcheikin
2023-07-20Update missed comment. Nicolas Geoffray
2023-07-20Adjust some tests which were relying on non-deterministic behavior. Nicolas Geoffray
2023-03-27Compute "scanned bytes" GC metrics in ART's CMC collector. Roland Levillain
2023-03-06Improve and simplify error reporting in test `HeapTest.GCMetrics`. Roland Levillain
2023-03-03Temporarily suspend checks of GC duration metrics for the Gen-CC GC. Roland Levillain
2023-02-28Enable the computation and testing of GC metrics in ART's CMC collector. Roland Levillain
2023-02-28Add a test checking that ART Metrics are enabled in ART's CMC collector. Roland Levillain
2022-10-14ART: Speed up some gtests. Vladimir Marko
2021-01-20Allow reserved_ memmap to be invalid for heap test Mathieu Chartier
2019-08-01Refactor space bitmap to be a value object Mathieu Chartier
2019-03-25ObjPtr<>-ify String allocations, fix stale refs. Vladimir Marko
2018-10-30Merge "Refactor MemMap::MapAnonymous()." Vladimir Marko
2018-10-30Refactor MemMap::MapAnonymous(). Vladimir Marko
2018-10-26ART: Add object-array-alloc-inl.h Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-24Add an overload for MemMap::MapAnonymous(). Vladimir Marko
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-03-14Remove mandatory address for non moving space / zygote Mathieu Chartier
2018-02-27Small documentation and stylistic changes. Roland Levillain
2018-02-14Remove -Xno-hidden-api-check flag. Nicolas Geoffray
2018-02-06Disable hidden API checks for Am David Brazdil
2017-04-11Fix -XX:DumpGCPerformanceOnShutdown for debug builds Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2015-04-13ART: Clean up includes. Vladimir Marko
2015-03-13Exercise Heap::PreZygoteFork() in a test. Hiroshi Yamauchi
2014-11-04ART: More warnings Andreas Gampe
2014-10-09stdint types all the way! Ian Rogers
2014-07-15Break apart header files. Ian Rogers
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-04-14Refactor space bitmap to support different alignments. Mathieu Chartier
2014-02-26Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Brian Carlstrom
2014-02-24Avoid std::string allocations for finding an array class. Ian Rogers
2014-02-17Remove blacklist Sebastien Hertz
2013-11-11Compacting collector. Mathieu Chartier
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom