1. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  2. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  3. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  4. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  5. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  6. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  7. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  8. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  9. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  10. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/reflection.cc]
  12. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  13. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  14. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  15. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  16. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 11 years ago
  17. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  18. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  19. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  20. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  21. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  22. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  23. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  24. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  25. 37f7775 Slightly clearer reflection. by Elliott Hughes · 12 years ago
  26. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  27. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  28. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 12 years ago
  29. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 12 years ago
  30. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  31. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  32. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  33. 5efa670 Don't trust all the bits in a JValue when boxing. by Elliott Hughes · 12 years ago
  34. 907a0db Fix boxing; my invoke stub changes broke this. by Elliott Hughes · 12 years ago
  35. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  36. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  37. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 12 years ago
  38. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  39. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  40. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 13 years ago
  41. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  42. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  43. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  44. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  45. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  46. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago