summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* 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