1. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 9 years ago
  2. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 9 years ago
  3. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 9 years ago
  4. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 9 years ago
  5. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  6. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 9 years ago
  7. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 9 years ago
  8. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  9. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  11. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  12. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  13. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  14. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  15. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 12 years ago
  16. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  17. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/mirror/dex_cache_test.cc]
  18. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  19. 04d7aa9 Fix object verification. by Ian Rogers · 13 years ago
  20. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (96%) from src/dex_cache_test.cc]
  21. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  22. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  23. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  24. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  25. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 14 years ago
  26. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  27. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  28. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  29. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  30. 90a3369 Switch to UniquePtr. by Elliott Hughes · 14 years ago
  31. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 14 years ago
  32. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 14 years ago
  33. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 14 years ago
  34. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 14 years ago
  35. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 14 years ago
  36. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 14 years ago
  37. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 14 years ago