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