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