summaryrefslogtreecommitdiffstats
path: root/runtime/native/dalvik_system_VMDebug.cc
Commit message (Expand)AuthorAgeFilesLines
* getRuntimeStat() support (ART).Hiroshi Yamauchi2015-04-131-0/+122
* ART: Use enums in TraceAndreas Gampe2015-03-291-3/+9
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-5/+3
* ART: More warningsAndreas Gampe2014-11-041-0/+2
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-2/+2
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-2/+2
* Avoid some unnecessary use of stl types.Ian Rogers2014-05-151-8/+22
* Refactor reflective method invocation.Ian Rogers2014-03-141-9/+9
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-3/+2
* Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-081-2/+7
* Move SwapBitmaps to ContinuousMemMapAllocSpace.Mathieu Chartier2014-02-031-3/+4
* Add sample profiling interface to startMethodTracing.Jeff Hao2014-01-061-6/+8
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-0/+1
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-12/+10
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-6/+6
* Change IsMethodTracingActive to GetMethodTracingMode for art.Jeff Hao2013-08-291-3/+3
* Add art support for sample profiling from traceview gui.Jeff Hao2013-08-261-5/+7
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-1/+2
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-2/+2
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* | Remove a C style cast.Ian Rogers2013-07-251-1/+1
* | Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-221-0/+67
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+272