summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* JDWP: properly combine location eventsSebastien Hertz2015-04-291-1/+17
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+12
* Fix reflection handling and test flakinessMathieu Chartier2015-04-231-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-13/+13
* Fix tlsPtr_.long_jump_context == nullptr check failure.Mingyao Yang2015-04-221-1/+13
* Add support for nested method verifiersMathieu Chartier2015-04-091-2/+2
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-201-0/+15
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-4/+13
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-13/+5
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-1/+28
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-12/+3
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-15/+6
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+1
* Merge "JDWP: allocate single step control only when active"Sebastien Hertz2015-01-271-1/+10
|\
| * JDWP: allocate single step control only when activeSebastien Hertz2015-01-261-1/+10
* | Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-4/+6
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-4/+22
* Remove portable.Elliott Hughes2014-12-121-8/+1
* Remove MethodHelper::HasSameNameAndSignature.Ian Rogers2014-12-021-1/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-111-2/+2
* ART: More warningsAndreas Gampe2014-11-041-1/+0
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-3/+3
* Refactor quick entrypointsIan Rogers2014-10-201-9/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+3
* Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-1/+1
* stdint types all the way!Ian Rogers2014-10-091-9/+9
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-0/+17
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+11
* Handle nested signalsDave Allison2014-08-271-0/+8
* ART: Improve error message on oat writer failureAndreas Gampe2014-08-261-0/+1
* Merge stack usage reduction for overflow checksDave Allison2014-08-191-8/+2
* Reduce stack usage for overflow checksDave Allison2014-08-131-6/+52
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-4/+3
* ART: Clean up API after change 102631Andreas Gampe2014-07-251-1/+3
* Interpreter can kick in even when implicit checks are enabled.Nicolas Geoffray2014-07-221-0/+10
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-3/+2
* Break apart header files.Ian Rogers2014-07-151-2/+3
* ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-1/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-2/+1
* Faster TLAB allocator.Mathieu Chartier2014-07-111-1/+1
* Missed use of android_atomic and thread state_.Ian Rogers2014-07-091-2/+6
* Move thread state to art::Atomic.Ian Rogers2014-07-091-0/+3
* ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-22/+3
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-1/+14
* ART: Add a test checking TLS offsets and entrypointsAndreas Gampe2014-06-041-0/+2
* ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-2/+12
* Fix GC race condition in visit rootsSerguei Katkov2014-06-021-1/+1