- cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 11 months ago
- 17491ac JNI: Faster jobject decoding by avoiding checks. by Vladimir Marko · 4 years, 1 month ago
- 0740eeb runtime/jni: inclusive language fixes by Orion Hodson · 4 years, 5 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
- 9f8ead2 Remove support code for native Core Platform API checks by Orion Hodson · 4 years, 11 months ago
- 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 5 years ago
- dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
- c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
- 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- 44b3174 ART: Mark move constructors with noexcept by Andreas Gampe · 6 years ago
- 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
- d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
- c0ed43e ART: Move CheckJNI to runtime/jni by Andreas Gampe · 7 years ago[Renamed (99%) from runtime/check_jni.cc]
- 22352f3 Add const to match <jni.h>. by Elliott Hughes · 7 years ago
- 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
- a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
- fb8f75c ART: Properly check for attached thread in CheckJNI by Andreas Gampe · 7 years ago
- 6097672 Remove some unnecessary items from WellKnownClasses. by Vladimir Marko · 7 years ago
- b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
- 9e937be Add check JNI tests for byte and 16-bit primitives. by Ian Rogers · 7 years ago
- ac4d45a Reduce the scope of CheckJNI. by Ian Rogers · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
- e4033fa Loosen check:jni around GetStatic[...]Field by Alex Light · 7 years ago
- 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
- 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
- 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
- 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
- dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
- 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
- 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
- c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
- 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
- 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
- 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
- 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
- bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
- 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
- 35e827a Fix JNIEnv-on-wrong-thread abort message. by Daniel Erat · 9 years ago
- fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
- 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 9 years ago
- 48ffe06 Made CheckJNI check varargs when possible by Alex Light · 9 years ago
- 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
- ef4afe9 ART: Print out hex for NewStringUTF failure by Andreas Gampe · 9 years ago
- 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
- 068361a Refine the canary pattern in RedZone by tony.ys_liu · 9 years ago
- b735bd9 Fix force copy by Mathieu Chartier · 10 years ago
- e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
- 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
- c50358b Fix access past end of args array. by Christopher Ferris · 10 years ago
- c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
- 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
- def194e ART: Do not read from JavaVMExt* after DestroyJavaVM by Andreas Gampe · 10 years ago
- a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
- 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
- 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
- 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
- c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
- fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
- 51be0a7 Fix CallStaticVoidMethodA for testEverything by Marcus Oakland · 10 years ago
- c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
- a1e78fa Add null check to CheckVirtualMethod by Mathieu Chartier · 10 years ago
- 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
- 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
- 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
- 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
- 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 11 years ago
- bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
- 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
- cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 11 years ago
- 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 11 years ago
- eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
- b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
- 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
- ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
- b73f31f Fix a typo in a comment. by Narayan Kamath · 11 years ago
- ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 11 years ago
- 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
- 77129ff Remove kNoCopyMagic. by Mathieu Chartier · 11 years ago
- 67fe2b4 Fix backwards check in CheckStaticMethod by Brian Carlstrom · 11 years ago
- 8e4d3ed Remove redundant complexity from JNI aborts. by Elliott Hughes · 11 years ago
- ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
- 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
- 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
- df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
- 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/check_jni.cc]
- 1d54e73 GC clean up. by Ian Rogers · 12 years ago
- c4378df Make it possible to call JNIEnv::FatalError with a pending exception. by Elliott Hughes · 12 years ago
- 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
- 9365f58 Don't read trace from VM during destroy VM. by Ian Rogers · 12 years ago
- 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
- 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
- 83a2532 Uniformly check JNI versions everywhere we use them. by Elliott Hughes · 12 years ago
- 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
- 96a9887 Improve JNI error checking to use JniAbort rather than CHECK. by Elliott Hughes · 12 years ago
- 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
- 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
- 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
- 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