summaryrefslogtreecommitdiff
path: root/runtime/barrier.cc
AgeCommit message (Expand)Author
2024-01-17Add visibility attributes in runtime/b* Dmitrii Ishcheikin
2022-12-05Make native GC-root updation concurrent with userfaultfd Lokesh Gidra
2019-03-28Address comments for aog/934603 Mathieu Chartier
2019-03-28Stop verifying barrier count for thread dumping Mathieu Chartier
2018-12-06ART: Hide Mutex & ConditionVariable in Barrier Andreas Gampe
2018-03-23Remove unneeded ScopedGCCriticalSections from openjdkjvmti. Alex Light
2017-12-07ART: Factor out gAborting Andreas Gampe
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2016-12-02Dump more debug info for b/33006388. Hiroshi Yamauchi
2015-06-22ART: Avoid recursive abort in barrier Andreas Gampe
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-24Ensure inlined static calls perform clinit checks in Optimizing. Roland Levillain
2014-12-04Make Barrier robust against spurious wakeups Hans Boehm
2014-11-04Make thread dumping more tolerant of broken invariants during abort. Ian Rogers
2014-09-12Compile time performance improvements focusing on interpret-only. Ian Rogers
2014-01-07Add sampling profiler Dave Allison
2013-07-18Fix cpplint whitespace/blank_line issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom