summaryrefslogtreecommitdiffstats
path: root/runtime/base/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Card mark holding class instead of declaring classMathieu Chartier2016-08-251-1/+1
* Don't use dlopen on host for already loaded oat files.Richard Uhler2016-05-271-4/+4
* Fix interaction between instrumentation and jit lock.Nicolas Geoffray2016-04-211-1/+1
* Shard classloader classes lockMathieu Chartier2016-04-051-1/+3
* ART: Add unstarted-runtime functionsAndreas Gampe2016-02-251-1/+1
* Remove string init map.Nicolas Geoffray2016-02-181-1/+0
* Report DWARF debug information for JITed code.David Srbecky2016-01-131-0/+1
* Fix lock ordering violationMathieu Chartier2015-12-211-3/+3
* Revert "lambda: Add support for invoke-interface for boxed innate lambdas"Nicolas Geoffray2015-11-241-5/+0
* lambda: Add support for invoke-interface for boxed innate lambdasIgor Murashkin2015-11-201-0/+5
* Revert "Revert "Unload oat files""Mathieu Chartier2015-10-131-1/+5
* Add OatFileManagerMathieu Chartier2015-10-091-1/+5
* Add lock around interpreter string init reg map.Jeff Hao2015-09-171-1/+5
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-1/+2
* Revert "Change dex caches to be weak roots"Brian Carlstrom2015-08-281-1/+0
* Revert "Move mark stack lock up in ordering"Brian Carlstrom2015-08-281-1/+1
* Move mark stack lock up in orderingMathieu Chartier2015-08-271-1/+1
* Change dex caches to be weak rootsMathieu Chartier2015-08-251-0/+1
* Remove unnecessary `explicit` qualifiers on constructors.Roland Levillain2015-08-121-4/+4
* Address some comments and clean upMathieu Chartier2015-08-041-7/+12
* Add uninterruptible roleMathieu Chartier2015-07-221-4/+20
* Move to newer clang annotationsMathieu Chartier2015-07-221-26/+37
* runtime: Add lambda box/unbox object equalityIgor Murashkin2015-07-201-0/+5
* ART: JNI thread state transition optimizationYu Li2015-07-131-42/+51
* ART: Fix streaming tracing issuesAndreas Gampe2015-06-261-0/+2
* New experimental GC stress modeMathieu Chartier2015-06-221-1/+1
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-101-1/+0
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-0/+1
* Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-0/+1
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-3/+1
* ART: Add entries_ lock for race conditionbowen_lai2015-03-131-1/+4
* Wait for threads to finish unregisteringMathieu Chartier2015-03-031-1/+4
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-0/+1
* Revert "Add JIT"Nicolas Geoffray2015-02-241-1/+0
* Add JITMathieu Chartier2015-02-231-0/+1
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+2
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-6/+6
* Tidy gAborting.Ian Rogers2014-12-041-6/+6
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-11/+1
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-3/+3
* Make out-of-line mutex contention dependent on ART_USE_FUTEXES.Ian Rogers2014-10-231-1/+1
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-0/+3
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-1/+5
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-1/+1
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-2/+25
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Fix numerous issues with DdmVmInternal allocation trackingBrian Carlstrom2014-09-051-2/+11
* Reduce lock contention when debuggingSebastien Hertz2014-09-021-1/+1
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-2/+5