summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>Hans Boehm2017-09-131-1/+1
* | ART: Move read barrier config out of globalsAndreas Gampe2017-09-181-0/+1
|/
* Revert^4 "Allow deoptimization when returning from a runtime method."Mingyao Yang2017-09-051-2/+13
* Revert "Revert "Revert "Allow deoptimization when returning from a runtime me...Nicolas Geoffray2017-08-301-13/+2
* Revert "Revert "Allow deoptimization when returning from a runtime method.""Mingyao Yang2017-08-241-2/+13
* Revert "Allow deoptimization when returning from a runtime method."Vladimir Marko2017-08-231-13/+2
* Allow deoptimization when returning from a runtime method.Mingyao Yang2017-08-211-2/+13
* Add a conditional boolean to ScopedAssertNoThreadSuspension.Mingyao Yang2017-07-271-2/+11
* ART: Include cleanupAndreas Gampe2017-07-241-1/+2
* Ensure jvmti agents don't share ThreadLocalStorageAlex Light2017-07-141-3/+3
* Merge "Add Jvmti Suspend/ResumeThread functions"Treehugger Robot2017-07-141-1/+12
|\
| * Add Jvmti Suspend/ResumeThread functionsAlex Light2017-07-131-1/+12
* | Introduce a Marking Register in ARM64 code generation.Roland Levillain2017-07-111-0/+11
|/
* Add SuspendReason enum and change Suspension functions.Alex Light2017-06-301-2/+3
* ART: Fix RequestSynchronousCheckpointAndreas Gampe2017-06-211-2/+4
* ART: Introduce thread-current-inl.hAndreas Gampe2017-06-021-1/+6
* ART: Clean up thread.h and thread_list.hAndreas Gampe2017-06-011-13/+9
* No need to lock when calling Thread.interrupted.Nicolas Geoffray2017-05-161-11/+15
* Revert "Revert "Add concurrent card graying for immune spaces""Mathieu Chartier2017-05-021-0/+3
* Use partial TLAB regionsMathieu Chartier2017-04-191-2/+21
* Always check result of Thread::ModifySuspendCountSebastien Hertz2017-04-181-0/+2
* Catch signals that happen inside a fault handler.Josh Gao2017-03-081-17/+5
* Merge "ART: Add currentThread cutout to Unstarted Runtime"Treehugger Robot2017-02-151-2/+12
|\
| * ART: Add currentThread cutout to Unstarted RuntimeAndreas Gampe2017-02-141-2/+12
* | Merge "Add a DCHECK in thread::GetPeer."Nicolas Geoffray2017-02-151-0/+1
|\ \ | |/ |/|
| * Add a DCHECK in thread::GetPeer.Nicolas Geoffray2017-02-141-0/+1
* | Fix the empty checkpoint timeout.Hiroshi Yamauchi2017-02-101-1/+2
|/
* Merge "Force stack dump to diagnose empty checkpoint timeout (2)."Treehugger Robot2017-02-071-2/+6
|\
| * Force stack dump to diagnose empty checkpoint timeout (2).Hiroshi Yamauchi2017-02-061-2/+6
* | ART: Add marking to thread peer gathering in TIAndreas Gampe2017-02-061-0/+4
|/
* Force stack dump to diagnose empty checkpoint timeout.Hiroshi Yamauchi2017-01-311-2/+4
* Merge changes Ib5a3632c,I871f6b3c,I6ce0f71dTreehugger Robot2017-01-201-0/+8
|\
| * Revert "Revert "ART: Start RuntimeCallbacks""Andreas Gampe2017-01-191-0/+8
* | ART: Add Agent Thread APIAndreas Gampe2017-01-191-0/+9
|/
* Revert "ART: Start RuntimeCallbacks"Nicolas Geoffray2017-01-191-8/+0
* ART: Start RuntimeCallbacksAndreas Gampe2017-01-181-0/+8
* Move some fields in art::Thread to reduce maintenance burden.Roland Levillain2017-01-171-8/+8
* ART: Add Thread TLS supportAndreas Gampe2017-01-161-0/+12
* Revert "Revert "ART: Compiler support for invoke-polymorphic.""Orion Hodson2017-01-151-3/+4
* Revert "Revert "Make object allocation entrypoints only take a class.""Nicolas Geoffray2017-01-121-3/+3
* Merge "Revert "Make object allocation entrypoints only take a class.""Treehugger Robot2017-01-121-3/+3
|\
| * Revert "Make object allocation entrypoints only take a class."Hiroshi Yamauchi2017-01-121-3/+3
* | Merge "Revert "ART: Compiler support for invoke-polymorphic.""Orion Hodson2017-01-111-4/+3
|\ \
| * | Revert "ART: Compiler support for invoke-polymorphic."Orion Hodson2017-01-111-4/+3
* | | Merge "ART: Compiler support for invoke-polymorphic."Treehugger Robot2017-01-111-3/+4
|\| |
| * | ART: Compiler support for invoke-polymorphic.Orion Hodson2017-01-111-3/+4
| |/
* | Merge "Move most of art::Thread to ObjPtr"Mathieu Chartier2017-01-111-5/+7
|\ \ | |/ |/|
| * Move most of art::Thread to ObjPtrMathieu Chartier2017-01-101-5/+7
* | Make object allocation entrypoints only take a class.Nicolas Geoffray2017-01-111-3/+3
|/
* Add Thread entry to signal if the thread can call into javaCalin Juravle2016-12-161-0/+13