summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Add Thread entry to signal if the thread can call into javaCalin Juravle2017-02-071-0/+13
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-6/+1
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-1/+6
* Write conflict tables in imageMathieu Chartier2016-04-271-6/+1
* Prevent holding stale Thread pointersMathieu Chartier2016-04-181-0/+1
* Allow the framework to register sensistive threads to the runtimeCalin Juravle2016-04-151-0/+18
* Add option to tune sample collection based on thread sensitivityCalin Juravle2016-04-131-0/+15
* ART: Speed up stack guard page installAndreas Gampe2016-03-181-1/+1
* Assembly TLAB allocation fast path for arm.Hiroshi Yamauchi2016-02-251-3/+5
* Fix CC collector thread flip and JNI critical section deadlocks.Hiroshi Yamauchi2016-02-221-1/+23
* Add an option to disable native stack dumping on SIGQUIT.Nicolas Geoffray2016-02-151-2/+6
* Merge "Use 8-byte increment bracket sizes for rosalloc thread local runs."Hiroshi Yamauchi2016-02-051-2/+3
|\
| * Use 8-byte increment bracket sizes for rosalloc thread local runs.Hiroshi Yamauchi2016-02-051-2/+3
* | Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""Nicolas Geoffray2016-02-051-0/+3
* | Fix remaining read barrier issues in image relocationMathieu Chartier2016-02-021-0/+25
|/
* Fast Art interpreterbuzbee2016-01-111-0/+48
* x86 Baker's read barrier fast path implementation.Roland Levillain2015-12-151-0/+7
* Merge "ART: Fix PACKED size of tls_ptr_size."Andreas Gampe2015-12-071-1/+1
|\
| * ART: Fix PACKED size of tls_ptr_size.Andreas Gampe2015-10-281-1/+1
* | Inline monomorphic calls.Nicolas Geoffray2015-12-041-2/+6
* | Fix class unloading with the CC collector.Hiroshi Yamauchi2015-11-131-0/+2
|/
* ART: Speed up thread stack tracing for ANRsChristopher Ferris2015-10-231-2/+4
* Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""Hiroshi Yamauchi2015-10-151-0/+18
* Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""Nicolas Geoffray2015-10-151-18/+0
|\
| * Revert "Implement rosalloc fast path in assembly for 32 bit arm."Nicolas Geoffray2015-10-151-18/+0
* | Merge "Implement rosalloc fast path in assembly for 32 bit arm."Hiroshi Yamauchi2015-10-141-0/+18
|\|
| * Implement rosalloc fast path in assembly for 32 bit arm.Hiroshi Yamauchi2015-10-131-0/+18
* | ART: Remove interpreter entrypointsAndreas Gampe2015-10-071-8/+0
|/
* Make SetStateUnsafe run checkpoints before going to suspendedMathieu Chartier2015-10-011-11/+19
* ART: Single-frame deoptAndreas Gampe2015-09-281-2/+3
* Deoptimization support in optimizing compiler for setting local valuesMingyao Yang2015-09-171-1/+30
* Revert "Revert "Fix deoptimization with pending exception""Sebastien Hertz2015-08-261-27/+13
* Add missing field init in constructorsSebastien Hertz2015-08-251-1/+2
* Use thread-local is_gc_marking flags for the CC collector.Hiroshi Yamauchi2015-08-191-1/+17
* Add some more uninterruptible annotationsMathieu Chartier2015-07-231-5/+6
* Add uninterruptible roleMathieu Chartier2015-07-221-6/+8
* Move to newer clang annotationsMathieu Chartier2015-07-221-74/+70
* Change intern table to not use WaitHoldingLocksMathieu Chartier2015-07-171-0/+2
* Merge "ART: JNI thread state transition optimization"Mathieu Chartier2015-07-141-2/+23
|\
| * ART: JNI thread state transition optimizationYu Li2015-07-131-2/+23
* | Merge "Generalize Valgrind annotations in ART to support ASan."Evgenii Stepanov2015-07-141-5/+0
|\ \
| * | Generalize Valgrind annotations in ART to support ASan.Evgenii Stepanov2015-07-131-5/+0
| |/
* / Thread-local mark stacks for the CC collector.Hiroshi Yamauchi2015-07-131-1/+35
|/
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-101-6/+5
* Follow up on CL 151605Sebastien Hertz2015-06-091-45/+4
* Fix nested deoptimization.Mingyao Yang2015-06-081-20/+98
* ART: Refactor Thread::InitAndreas Gampe2015-06-031-3/+15
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-6/+6
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* JDWP: properly combine location eventsSebastien Hertz2015-04-291-1/+17