summaryrefslogtreecommitdiffstats
path: root/runtime/thread-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* ART: Simplify atomic.hOrion Hodson2018-03-231-0/+1
* ART: Rename Atomic::CompareExchange methodsOrion Hodson2018-01-031-2/+2
* Extensions to check JNI.Ian Rogers2017-12-221-1/+1
* ART: Factor out gAbortingAndreas Gampe2017-12-071-1/+1
* ART: Move runtime-debug flags to own filesAndreas Gampe2017-12-071-0/+1
* Add Jvmti Suspend/ResumeThread functionsAlex Light2017-07-131-3/+27
* Add SuspendReason enum and change Suspension functions.Alex Light2017-06-301-3/+3
* ART: Introduce thread-current-inl.hAndreas Gampe2017-06-021-28/+1
* ART: Clean up thread.h and thread_list.hAndreas Gampe2017-06-011-0/+9
* ART: Clean up heap headersAndreas Gampe2017-05-301-4/+2
* Use partial TLAB regionsMathieu Chartier2017-04-191-4/+0
* Add two locks to expected_mutexes_on_weak_ref_access_.Hiroshi Yamauchi2017-03-071-3/+1
* ART: Remove ObjPtr kPoison template parameterAndreas Gampe2017-02-221-1/+2
* Fix the empty checkpoint timeout.Hiroshi Yamauchi2017-02-101-1/+28
* Make empty checkpoint work while weak ref access is disabled.Hiroshi Yamauchi2016-11-091-2/+22
* Remove mutex dependency on art::RuntimeDavid Sehr2016-10-201-0/+1
* Merge "Fix a deadlock between thread flip and suspend request."Treehugger Robot2016-10-061-0/+31
|\
| * Fix a deadlock between thread flip and suspend request.Hiroshi Yamauchi2016-10-051-0/+31
* | Move ArtField to ObjPtrMathieu Chartier2016-10-031-3/+1
|/
* Use ObjPtr for reflection.cc/h/inlMathieu Chartier2016-09-271-0/+11
* Add basic support for object pointer poisoningMathieu Chartier2016-09-261-0/+1
* Revert "Revert "Improve the thread flip.""Hiroshi Yamauchi2016-08-221-0/+1
* Revert "Improve the thread flip."Hiroshi Yamauchi2016-08-191-1/+0
* Improve the thread flip.Hiroshi Yamauchi2016-08-171-0/+1
* Add missing filter cards to zygote mod union tableMathieu Chartier2016-07-261-0/+12
* Special case the suspend to runnable transition when locking.Nicolas Geoffray2016-06-291-2/+12
* Refactor use of __ANDROID__ macroBilyan Borisov2016-04-221-2/+2
* Make SetStateUnsafe run checkpoints before going to suspendedMathieu Chartier2015-10-011-10/+15
* Add more error printing to TransitionFromSuspendedToRunnableMathieu Chartier2015-10-011-1/+3
* Revert "Revert "ART: Use bionic TLS slot for thread-self""Andreas Gampe2015-08-041-0/+8
* Revert "ART: Use bionic TLS slot for thread-self"Andreas Gampe2015-08-051-8/+0
* ART: Use bionic TLS slot for thread-selfAndreas Gampe2015-07-281-0/+8
* ART: JNI thread state transition optimizationYu Li2015-07-131-33/+50
* Clean up some includesMathieu Chartier2015-07-091-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-6/+7
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+5
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-2/+6
* Tidy gAborting.Ian Rogers2014-12-041-6/+2
* ART: Add some thread abort loggingAndreas Gampe2014-11-261-1/+6
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-1/+1
* Make thread dumping more tolerant of broken invariants during abort.Ian Rogers2014-11-041-2/+6
* stdint types all the way!Ian Rogers2014-10-091-2/+2
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-1/+0
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-0/+21
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+1
* Avoid race in single thread suspension.Ian Rogers2014-07-171-16/+14
* Move thread state to art::Atomic.Ian Rogers2014-07-091-8/+10
* Reduce header files including header files.Ian Rogers2014-06-061-1/+3