summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix histogram test.Mathieu Chartier2013-11-201-5/+5
* Merge "Fix memory leak caused by not adding lage objects to allocation stack....Mathieu Chartier2013-11-201-2/+2
|\
| * Fix memory leak caused by not adding lage objects to allocation stack.Mathieu Chartier2013-11-201-2/+2
* | Improve histogram and timing logger dumping.Mathieu Chartier2013-11-204-24/+52
|/
* Set array length before fence in allocation code path.Mathieu Chartier2013-11-203-21/+31
* Merge "Add Valgrind rosalloc support." into dalvik-devHiroshi Yamauchi2013-11-203-78/+82
|\
| * Add Valgrind rosalloc support.Hiroshi Yamauchi2013-11-203-78/+82
* | Merge "Refactor allocation entrypoints." into dalvik-devMathieu Chartier2013-11-2037-1063/+651
|\ \
| * | Refactor allocation entrypoints.Mathieu Chartier2013-11-2037-1063/+651
* | | Merge "Move single-step control into thread." into dalvik-devSebastien Hertz2013-11-204-128/+154
|\ \ \ | |_|/ |/| |
| * | Move single-step control into thread.Sebastien Hertz2013-11-194-128/+154
* | | Merge "Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events." into dalvi...Jeff Hao2013-11-194-30/+62
|\ \ \ | |_|/ |/| |
| * | Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events.Jeff Hao2013-11-194-30/+62
* | | Enable rosalloc by default.Hiroshi Yamauchi2013-11-191-1/+1
* | | Merge "Fix a per-process dumpsys meminfo crash." into dalvik-devHiroshi Yamauchi2013-11-196-39/+33
|\ \ \
| * | | Fix a per-process dumpsys meminfo crash.Hiroshi Yamauchi2013-11-186-39/+33
* | | | Merge "Propagate 'this_object' for method unwind event." into dalvik-devSebastien Hertz2013-11-195-8/+12
|\ \ \ \
| * | | | Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-195-8/+12
| | |_|/ | |/| |
* | | | Avoid unnecessary copy of dex_gc_map.Vladimir Marko2013-11-192-35/+23
* | | | Remove a LOG(INFO) that's probably forgot to be removed.Hiroshi Yamauchi2013-11-181-1/+0
| |/ / |/| |
* | | Fix cpplint errors.Hiroshi Yamauchi2013-11-183-8/+8
* | | Merge "A custom 'runs-of-slots' memory allocator." into dalvik-devHiroshi Yamauchi2013-11-1829-391/+3377
|\ \ \ | |_|/ |/| |
| * | A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-1629-391/+3377
* | | Merge "Rewrite intrinsics detection." into dalvik-devVladimir Marko2013-11-182-4/+9
|\ \ \
| * | | Rewrite intrinsics detection.Vladimir Marko2013-11-182-4/+9
| |/ /
* | | Merge "Fix missing class initialization during instrumentation." into dalvik-devSebastien Hertz2013-11-182-8/+19
|\ \ \ | |/ / |/| |
| * | Fix missing class initialization during instrumentation.Sebastien Hertz2013-11-152-8/+19
| |/
* | Merge "Temporary fix for target tests." into dalvik-devMathieu Chartier2013-11-151-0/+2
|\ \
| * | Temporary fix for target tests.Mathieu Chartier2013-11-151-0/+2
* | | Refactor reference queues.Mathieu Chartier2013-11-159-516/+445
* | | LEB128 tests and performance measurements.Ian Rogers2013-11-144-22/+22
* | | Merge "Put arguments first in debugger variable table and fix name bug." into...Jeff Hao2013-11-142-33/+32
|\ \ \
| * | | Put arguments first in debugger variable table and fix name bug.Jeff Hao2013-11-142-33/+32
| |/ /
* | | Merge "Fix memory leaks relating to timing logger." into dalvik-devIan Rogers2013-11-149-92/+83
|\ \ \
| * | | Fix memory leaks relating to timing logger.Ian Rogers2013-11-149-92/+83
* | | | Make exceptions use of LEB decoder valgrind clean.Ian Rogers2013-11-141-16/+18
|/ / /
* | | Fix memory leak of verifier small precise constants.Ian Rogers2013-11-141-2/+2
| |/ |/|
* | Merge "Add missing field initialization in mark sweep." into dalvik-devIan Rogers2013-11-141-0/+1
|\ \
| * | Add missing field initialization in mark sweep.Ian Rogers2013-11-131-0/+1
* | | Avoid reading off the end of empty mapping tables.Ian Rogers2013-11-131-4/+8
|/ /
* | Merge "Use a UniquePtr to clean up global logging std::string*s." into dalvik...Ian Rogers2013-11-141-11/+14
|\ \
| * | Use a UniquePtr to clean up global logging std::string*s.Ian Rogers2013-11-131-11/+14
* | | Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-devHiroshi Yamauchi2013-11-141-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix libart.do boot check failure (b/11679102).Hiroshi Yamauchi2013-11-131-0/+1
* | | Manually manage thread pool stacks.Mathieu Chartier2013-11-135-18/+25
|/ /
* | Add more logging when mmap fails.Mathieu Chartier2013-11-131-3/+4
|/
* Fix remaining mips build issues.Mathieu Chartier2013-11-121-3/+3
* Fix portable + mips build.Mathieu Chartier2013-11-124-7/+14
* Merge "Compacting collector." into dalvik-devMathieu Chartier2013-11-1399-1700/+3601
|\
| * Compacting collector.Mathieu Chartier2013-11-1199-1700/+3601