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