1. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  2. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  3. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  4. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  5. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  6. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  7. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  8. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  9. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  10. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  11. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  12. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  13. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 10 years ago
  14. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  15. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  16. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  17. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  18. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  19. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  20. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  21. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  22. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  23. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  24. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  25. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  26. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  27. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_reflect_Array.cc]
  29. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  30. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  31. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  32. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 13 years ago
  33. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  34. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  35. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  36. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  37. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  38. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  39. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_reflect_Array.cc]
  40. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  41. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  42. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 14 years ago
  43. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 14 years ago
  44. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  45. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  46. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  47. 6271c42 Fix a few UNIMPLEMENTEDs. by Elliott Hughes · 14 years ago
  48. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 14 years ago