index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
native
/
dalvik_system_VMDebug.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Add array-alloc-inl.h
Andreas Gampe
2018-10-25
1
-0
/
+2
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-23
1
-1
/
+1
*
ART: Fix android-cloexec warnings
Andreas Gampe
2018-10-19
1
-1
/
+2
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-1
/
+1
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-1
/
+1
*
Implement VMDebug API to mark a class "platform"
David Brazdil
2018-05-10
1
-0
/
+20
*
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-05-09
1
-2
/
+2
*
ART: Clean up Trace
Andreas Gampe
2018-03-15
1
-15
/
+30
*
native: Cleanup jni usage code
Igor Murashkin
2018-02-22
1
-1
/
+1
*
ART: Take classloader into account for AttachAgent
Andreas Gampe
2018-01-05
1
-3
/
+3
*
Add support for selecting alternate JDWP implementations
Alex Light
2017-12-19
1
-2
/
+3
*
Add VMDebug.getInstancesOfClasses API.
Richard Uhler
2017-12-01
1
-0
/
+48
*
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-10-25
1
-2
/
+2
*
ART: Remove FileDescriptor knowledge
Andreas Gampe
2017-10-06
1
-15
/
+7
*
art: use proper nativehelper headers
Steven Moreland
2017-07-18
1
-2
/
+2
*
ART: Move RegisterNatives helper
Andreas Gampe
2017-06-01
1
-0
/
+1
*
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-05-30
1
-0
/
+2
*
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-04-21
1
-0
/
+3
*
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-02-21
1
-6
/
+6
*
[ART] Prepare profile streaming for framework to use.
Shukang Zhou
2017-01-25
1
-3
/
+7
*
ART: Clean up ClassLinker
Andreas Gampe
2016-12-02
1
-1
/
+15
*
ART: Fix tidy warnings
Andreas Gampe
2016-11-08
1
-2
/
+4
*
Enable agent attaching during live phase
Leonard Mosescu
2016-10-25
1
-1
/
+27
*
Replace StackHandleScopeCollection with VariableSizedHandleScope
Mathieu Chartier
2016-10-12
1
-2
/
+2
*
Move Heap parameters to ObjPtr
Mathieu Chartier
2016-10-12
1
-6
/
+12
*
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-10-04
1
-1
/
+1
*
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-29
1
-4
/
+5
*
ART: Use libbase logging
Andreas Gampe
2016-09-26
1
-2
/
+2
*
Use mutator lock to guard adding and removing heap spaces
Mathieu Chartier
2016-01-26
1
-23
/
+24
*
Add VMDebug.countInstancesOfClasses
Mathieu Chartier
2015-07-10
1
-6
/
+31
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-7
/
+7
*
getRuntimeStat() support (ART).
Hiroshi Yamauchi
2015-04-13
1
-0
/
+122
*
ART: Use enums in Trace
Andreas Gampe
2015-03-29
1
-3
/
+9
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-5
/
+3
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-0
/
+2
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-2
/
+2
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-2
/
+2
*
Avoid some unnecessary use of stl types.
Ian Rogers
2014-05-15
1
-8
/
+22
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-9
/
+9
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-3
/
+2
*
Make debugger / jdwp compaction safe.
Mathieu Chartier
2014-02-08
1
-2
/
+7
*
Move SwapBitmaps to ContinuousMemMapAllocSpace.
Mathieu Chartier
2014-02-03
1
-3
/
+4
*
Add sample profiling interface to startMethodTracing.
Jeff Hao
2014-01-06
1
-6
/
+8
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-0
/
+1
*
Fix dumpsys meminfo <pid>.
Mathieu Chartier
2013-11-25
1
-12
/
+10
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-6
/
+6
*
Change IsMethodTracingActive to GetMethodTracingMode for art.
Jeff Hao
2013-08-29
1
-3
/
+3
*
Add art support for sample profiling from traceview gui.
Jeff Hao
2013-08-26
1
-5
/
+7
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-1
/
+2
[next]