1. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  2. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  3. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  4. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 10 years ago
  5. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  6. 151f221 Improve ValidateSuperClassDescriptors performance. by Ian Rogers · 10 years ago
  7. 80989a6 Fix ClassHelper::GetDirectInterface for proxy class by Sebastien Hertz · 10 years ago
  8. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  9. 3314dcf Merge "Fix debugger crashes in presence of proxy objects." by Sebastien Hertz · 10 years ago
  10. b7054ba Fix debugger crashes in presence of proxy objects. by Sebastien Hertz · 10 years ago
  11. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 10 years ago
  12. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  13. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  14. bbcc0c0 Speed up method lookup in a different dex file. by Vladimir Marko · 11 years ago
  15. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  16. eae2fb2 Don't resolve types in verifier when we can't load classes. by Mathieu Chartier · 11 years ago
  17. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  18. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  19. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  20. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  21. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  22. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  23. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 11 years ago
  24. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  25. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  26. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  27. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  28. e4ef095 Revert "Avoid std::string allocations in HasSameNameAndSignature." by Ian Rogers · 11 years ago
  29. b605a4f Avoid std::string allocations in HasSameNameAndSignature. by Ian Rogers · 11 years ago
  30. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  31. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  32. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/object_utils.h]
  35. 9a916d3 Add marks for instrumentation frames that get interpreted. by Jeff Hao · 11 years ago
  36. 50239c7 Avoid resolution for field types in image dumping. by Ian Rogers · 11 years ago
  37. d8274bc Fix clang build issues. by Ian Rogers · 11 years ago
  38. 0920163 Fix ObjectReference.InvokeMethod. by Elliott Hughes · 11 years ago
  39. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  40. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  41. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  42. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  43. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  44. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  45. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  46. 0a9bb73 Fixed access checks on class resolution in interpreter. by jeffhao · 12 years ago
  47. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  48. 9bc8191 Flatten interface entries into the iftable. by Ian Rogers · 12 years ago
  49. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  50. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  51. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  52. 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
  53. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  54. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  55. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  56. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  57. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  58. d24e264 Fix recursive static field lookup. by Ian Rogers · 12 years ago
  59. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  60. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 12 years ago
  61. 0d60484 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  62. 01e076e Do not reset SirtRef pointing to a live object by Brian Carlstrom · 12 years ago
  63. e77be40 More ClassHelper class validation by Brian Carlstrom · 12 years ago
  64. 93235f7 Dump current klass_ on bad ChangeClass by Brian Carlstrom · 12 years ago
  65. 64277f3 Additional check to catch BooksTablet monkey issue by Brian Carlstrom · 12 years ago
  66. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  67. 441d912 Class getField/Method returns NULL if type/args are unresolved. by jeffhao · 12 years ago
  68. 2ed52c4 Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces. by Elliott Hughes · 12 years ago
  69. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  70. 45651fd Fix various debugger method invocation bugs. by Elliott Hughes · 13 years ago
  71. 7b0c5b4 Various dex index tweaks to improve verifier performance by Ian Rogers · 13 years ago
  72. 16f9367 Remove dexCacheResolvedMethods, address Proxy issue by Ian Rogers · 13 years ago
  73. b5d6a49 Revert "Remove dexCacheResolvedMethods from Method/Constructor" by Ian Rogers · 13 years ago
  74. 42882d1 Remove dexCacheResolvedMethods from Method/Constructor by Ian Rogers · 13 years ago
  75. ff17f1f Remove various bits of lint. by Elliott Hughes · 13 years ago
  76. 12c51e3 We use NULL to mean "unknown source", but you can't pass NULL to C string functions. by Elliott Hughes · 13 years ago
  77. 672f520 Fix race in double verifying super class by Ian Rogers · 13 years ago
  78. a68a1cb Streamline ClassHelper::GetDescriptor by Ian Rogers · 13 years ago
  79. c2b4447 Fix for test 044-proxy by Ian Rogers · 13 years ago
  80. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  81. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  82. 6f1dfe4 Ensure referenced catch block exceptions are in the image. by Ian Rogers · 13 years ago
  83. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago