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_test.cc
Age
Commit message (
Expand
)
Author
2024-01-25
Add visibility attributes in runtime/m*
Dmitrii Ishcheikin
2024-01-02
Refactoring of ThreadPool
Nicolas Geoffray
2023-03-16
Use global `jobject`s in `MonitorTest`.
Vladimir Marko
2022-10-14
ART: Speed up some gtests.
Vladimir Marko
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2018-10-29
Modernise code to use std::make_unique
Yi Kong
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-21
ART: Move FillHeap to CommonRuntimeTest
Andreas Gampe
2017-02-14
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
2016-11-03
ART: Make Handle trivially-copyable
Andreas Gampe
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-07-29
Revert "Revert "Use try lock to fix class resolution race""
Mathieu Chartier
2016-07-29
Revert "Use try lock to fix class resolution race"
Mathieu Chartier
2016-07-27
Use try lock to fix class resolution race
Mathieu Chartier
2015-09-03
Add ScopedThreadSuspension
Mathieu Chartier
2015-08-28
Fix some HandleScope bugs and add corresponding checks
Mathieu Chartier
2015-08-12
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-01-15
ART: Allow scoped adjustments to log verbosity
Andreas Gampe
2014-11-04
ART: More warnings
Andreas Gampe
2014-09-15
ART: Rename Handle hierarchy
Andreas Gampe
2014-07-15
Break apart header files.
Ian Rogers
2014-07-07
ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exc...
Elena Sayapina