summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal.cc
Commit message (Expand)AuthorAgeFilesLines
* Require mutator lock for DeleteLocalRefMathieu Chartier2015-06-261-6/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-34/+26
* Merge "Intercept JNI invocation of String.<init> methods." into mnc-devJeff Hao2015-05-211-29/+20
|\
| * Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-29/+20
* | ART: Fix RegisterNative orderAndreas Gampe2015-05-201-3/+50
|/
* Add notes about fast JNI calls.Hiroshi Yamauchi2015-05-121-0/+29
* Improve JNI registration failure loggingMathieu Chartier2015-05-041-2/+4
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-26/+32
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-10/+5
* Move ArtField to nativeMathieu Chartier2015-04-101-11/+11
* Fix the read barrier builds.Hiroshi Yamauchi2015-04-031-1/+1
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-9/+9
* ART: Some runtime cleanupAndreas Gampe2015-03-271-1/+1
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-2/+4
* am 2af72de8: Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-101-12/+6
|\
| * Remove ThrowLocation.Nicolas Geoffray2015-03-101-12/+6
* | am 5c9d8f0d: Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-091-29/+13
|\ \ | |/
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-29/+13
* | am 3d7d2af4: Merge "Change how we report exceptions to the debugger."Nicolas Geoffray2015-03-041-3/+0
|\ \ | |/
| * Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-3/+0
* | am 2f9d7a5b: am 508d2665: Merge "ART: Do not JNI abort on nullptr GetObjectRe...Andreas Gampe2014-12-221-3/+5
|\ \ | |/
| * ART: Do not JNI abort on nullptr GetObjectRefTypeAndreas Gampe2014-12-221-3/+5
* | am 79bd7b12: am 7939a254: Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_...Stephen Hines2014-11-271-1/+2
|\ \ | |/
| * Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_).Stephen Hines2014-11-261-1/+2
* | am 7210368d: am 825365c5: Merge "Fix reference leaks in ToReflectedMethod and...Mathieu Chartier2014-11-171-4/+4
|\ \ | |/
| * Fix reference leaks in ToReflectedMethod and ToReflectedFieldMathieu Chartier2014-11-171-4/+4
* | am ae1a434f: am 78a32333: Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
|\ \ | |/
| * am 78a32333: Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
| |\
| | * ART: More warningsAndreas Gampe2014-11-041-2/+2
* | | am 1525ed87: am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-p...Ian Rogers2014-11-041-1/+2
|\ \ \ | |/ /
| * | am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from bas...Ian Rogers2014-11-041-1/+2
| |\ \ | | |/
| | * Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+2
* | | am 4799e0d9: am aea6888b: Merge "Tidy up logging."Ian Rogers2014-10-291-2/+2
|\ \ \ | |/ /
| * | am aea6888b: Merge "Tidy up logging."Ian Rogers2014-10-241-2/+2
| |\ \ | | |/
| | * Tidy up logging.Ian Rogers2014-10-221-2/+2
| |/ |/|
| * am b3f18cf7: Merge "Make ART compile with GCC -O0 again."Ian Rogers2014-10-171-3/+3
| |\ | |/ |/|
| * am cb142101: Merge "Add way to ensure we are at the front of the sigaction ch...Mathieu Chartier2014-10-171-0/+1
| |\
| * \ am 902c989b: Merge "Add way to warn about missing JNI_ABORT"Mathieu Chartier2014-10-061-4/+11
| |\ \
| * \ \ am 6d031046: ART: Update for split native bridge initializationjgu212014-09-291-0/+1
| |\ \ \
| | * | | ART: Update for split native bridge initializationjgu212014-09-291-0/+1
| | * | | Delete pin tableMathieu Chartier2014-09-111-38/+0
| | * | | Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+2
| | * | | [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-4/+3
| | * | | Clean up native bridgeIan Rogers2014-08-141-3/+3
| | * | | Avoid use of std::string where we have const char*.Ian Rogers2014-08-131-5/+8
* | | | | Merge "Make ART compile with GCC -O0 again."Ian Rogers2014-10-171-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
| | |_|/ | |/| |
* | | | Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-0/+1
|/ / /
* | | Add way to warn about missing JNI_ABORTMathieu Chartier2014-10-061-4/+11
|/ /