index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
monitor_pool.cc
Age
Commit message (
Expand
)
Author
2024-01-25
Add visibility attributes in runtime/m*
Dmitrii Ishcheikin
2019-04-01
ObjPtr<>-ify Monitor/-Pool.
Vladimir Marko
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-04-28
Correct monitor pool synchronization
Hans Boehm
2016-03-10
ART: Release all resource on MonitorPool destruction
Andreas Gampe
2016-03-03
ART: Fix UTF test and monitor pool old chunks
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2014-08-29
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-06
Add card table test.
Mathieu Chartier
2014-07-10
Use memory chunks for monitors on LP64
Andreas Gampe
2014-03-06
Fix issues with clang and BUILD_HOST_64bit.
Ian Rogers
2014-03-05
Lock ranking fix for monitor IDs.
Ian Rogers
2014-02-06
Object model changes to support 64bit.
Ian Rogers