1. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  2. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  3. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  4. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  5. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 9 years ago
  6. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 9 years ago
  7. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  8. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  9. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  10. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  11. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  12. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  13. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  14. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  15. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  16. 4044bda Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  17. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  18. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  19. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  20. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  21. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  22. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  23. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  24. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  25. 6b99dd1 Remove a C style cast. by Ian Rogers · 11 years ago
  26. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  27. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/dalvik_system_VMDebug.cc]
  28. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  29. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  30. ec0f83d Implement JDWP VirtualMachine.InstanceCounts. by Elliott Hughes · 12 years ago
  31. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  32. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  33. 622a698 Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  34. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  35. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  36. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/dalvik_system_VMDebug.cc]
  37. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 12 years ago
  38. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  39. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  40. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  41. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  42. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  43. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  44. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  45. fbd8456 Fix hprof dumping from DDMS. by Elliott Hughes · 13 years ago
  46. 1121e0b Wire up hprof. by Jesse Wilson · 13 years ago
  47. 767a147 Wire in the DDMS heap stuff. by Elliott Hughes · 13 years ago
  48. f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
  49. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  50. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  51. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago