summaryrefslogtreecommitdiffstats
path: root/runtime/native/dalvik_system_VMDebug.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-0/+2
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-1/+1
* ART: Fix android-cloexec warningsAndreas Gampe2018-10-191-1/+2
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-021-1/+1
* Implement VMDebug API to mark a class "platform"David Brazdil2018-05-101-0/+20
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-2/+2
* ART: Clean up TraceAndreas Gampe2018-03-151-15/+30
* native: Cleanup jni usage codeIgor Murashkin2018-02-221-1/+1
* ART: Take classloader into account for AttachAgentAndreas Gampe2018-01-051-3/+3
* Add support for selecting alternate JDWP implementationsAlex Light2017-12-191-2/+3
* Add VMDebug.getInstancesOfClasses API.Richard Uhler2017-12-011-0/+48
* ART: Depend on libnativehelper headers onlyAndreas Gampe2017-10-251-2/+2
* ART: Remove FileDescriptor knowledgeAndreas Gampe2017-10-061-15/+7
* art: use proper nativehelper headersSteven Moreland2017-07-181-2/+2
* ART: Move RegisterNatives helperAndreas Gampe2017-06-011-0/+1
* ART: More header cleanup - jni_internal.hAndreas Gampe2017-05-301-0/+2
* ART: Add object-readbarrier-inl.hAndreas Gampe2017-04-211-0/+3
* jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.Igor Murashkin2017-02-211-6/+6
* [ART] Prepare profile streaming for framework to use.Shukang Zhou2017-01-251-3/+7
* ART: Clean up ClassLinkerAndreas Gampe2016-12-021-1/+15
* ART: Fix tidy warningsAndreas Gampe2016-11-081-2/+4
* Enable agent attaching during live phaseLeonard Mosescu2016-10-251-1/+27
* Replace StackHandleScopeCollection with VariableSizedHandleScopeMathieu Chartier2016-10-121-2/+2
* Move Heap parameters to ObjPtrMathieu Chartier2016-10-121-6/+12
* Rename ObjPtr::Decode to ObjPtr::PtrMathieu Chartier2016-10-041-1/+1
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-4/+5
* ART: Use libbase loggingAndreas Gampe2016-09-261-2/+2
* Use mutator lock to guard adding and removing heap spacesMathieu Chartier2016-01-261-23/+24
* Add VMDebug.countInstancesOfClassesMathieu Chartier2015-07-101-6/+31
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* 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