summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Merge "Cleanup transaction support"Sebastien Hertz2014-04-021-1/+2
|\
| * Cleanup transaction supportSebastien Hertz2014-04-021-1/+2
* | Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-0/+4
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-280/+436
* | Implement implicit stack overflow checksDave Allison2014-03-311-2/+19
* | Last patch for running tests on ARM64Andreas Gampe2014-03-271-1/+5
|/
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-0/+1
* Optimize stack overflow handling.Mathieu Chartier2014-03-191-0/+6
* Refactor reflective method invocation.Ian Rogers2014-03-141-2/+3
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+22
* Bump up stack overflow region for 64bit.Ian Rogers2014-03-121-4/+3
* Work-around stack overflow issues.Ian Rogers2014-03-121-1/+7
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-2/+1
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-281-0/+7
* Print message when throwing new exception with pending exception.Mathieu Chartier2014-02-251-0/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-2/+3
* Remove blacklistSebastien Hertz2014-02-171-0/+5
* Thread-local allocation stack.Hiroshi Yamauchi2014-02-131-0/+13
* Fix wrong thread id being passed to SIRT roots.Mathieu Chartier2014-02-121-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-3/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-7/+7
* ART can't create more than 8k threads during the worktimeAlexei Zavjalov2014-02-061-0/+1
* Background compaction support.Mathieu Chartier2014-01-081-4/+4
* Add sampling profilerDave Allison2014-01-071-1/+14
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-10/+19
* Workaround for gcc volatile struct member bugChris Dearman2013-12-051-2/+9
* Merge "Move single-step control into thread." into dalvik-devSebastien Hertz2013-11-201-0/+8
|\
| * Move single-step control into thread.Sebastien Hertz2013-11-191-0/+8
* | A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-0/+9
|/
* Compacting collector.Mathieu Chartier2013-11-111-25/+16
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-23/+20
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-0/+2
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-3/+0
* Move disassembler out of runtime.Ian Rogers2013-09-091-12/+1
* Clean up sampling tracing.Jeff Hao2013-08-161-0/+22
* Fix sampling profiler to use thread's cpu clock.Jeff Hao2013-08-151-0/+3
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+3
* Entry point clean up.Ian Rogers2013-08-071-13/+17
* Portable refactorings.Ian Rogers2013-07-301-3/+5
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-2/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-181-1/+1
|\
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
|\ \ | |/
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* | Don't manually mess with sigaltstack on Android any more.Elliott Hughes2013-07-161-0/+3
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+791