1. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  2. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  3. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  4. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  5. 20cde90 Add Class::IsFinalizable and Object::AddFinalizerReference. by Elliott Hughes · 13 years ago
  6. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  7. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  8. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  9. e5de95b Fix JNI thread state transitions. by Ian Rogers · 13 years ago
  10. ad42e13 Exception work clean up. by Ian Rogers · 13 years ago
  11. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  12. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  13. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  14. d369bb7 Various things. by Elliott Hughes · 13 years ago
  15. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
  16. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  17. 4ff5dad Weaken JNI asserts on return spill location when return is void by Ian Rogers · 13 years ago
  18. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  19. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  20. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  21. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  22. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  23. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  24. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  25. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 13 years ago
  26. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  27. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
  28. edcc09c Cleanup. by Elliott Hughes · 13 years ago
  29. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  30. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  31. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  32. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  33. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  34. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  35. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  36. 5381cf9 Handle double and long on the Managed side, and follow AAPCS on the Native side. by Shih-wei Liao · 13 years ago
  37. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  38. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  39. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  40. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  41. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  42. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  43. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago