summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Do not JNI abort on nullptr GetObjectRefTypeAndreas Gampe2014-12-221-3/+5
* Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_).Stephen Hines2014-11-261-1/+2
* Fix reference leaks in ToReflectedMethod and ToReflectedFieldMathieu Chartier2014-11-171-4/+4
* am 78a32333: Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
|\
| * ART: More warningsAndreas Gampe2014-11-041-2/+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 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
|\ \ | |/
| * 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
* | | am cb142101: Merge "Add way to ensure we are at the front of the sigaction ch...Mathieu Chartier2014-10-171-0/+1
|\ \ \ | |/ /
| * | Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-0/+1
| |/
* | am 902c989b: Merge "Add way to warn about missing JNI_ABORT"Mathieu Chartier2014-10-061-4/+11
|\ \ | |/
| * Add way to warn about missing JNI_ABORTMathieu 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
* | Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* | Delete pin tableMathieu Chartier2014-09-111-8/+0
* | Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-14/+4
* | Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-0/+1
* | Merge "[ART] Move to system/core native bridge library"Calin Juravle2014-08-151-1/+0
|\ \
| * | [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-1/+0
* | | Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-5/+8
|/ /
* | Wire up check JNI force copy mode.Ian Rogers2014-08-081-837/+69
|/
* Fix broken JNI IsAssignableFrom.Narayan Kamath2014-08-011-1/+3
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-6/+6
* Integrate ART with NativeBridge interfacesYong WU2014-07-241-5/+53
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Break apart header files.Ian Rogers2014-07-151-1/+1
* More checks in JNI RegisterNativesSebastien Hertz2014-07-031-1/+23
* ART: JNI ExceptionDescribe crashes if no exception occurredAlexei Zavjalov2014-07-021-0/+5
* Fix JNI ToReflectedMethod for constructorSebastien Hertz2014-06-261-1/+6
* Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7cBrian Carlstrom2014-06-251-1/+1
* Treat larger than jint capacity in NewDirectByteBuffer as an errorBrian Carlstrom2014-06-251-2/+7
* Merge "Add more read barriers for JNI roots."Hiroshi Yamauchi2014-06-201-5/+4
|\
| * Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-5/+4
* | Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-2/+1
|/
* Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-181-0/+2
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+3
* Modified functions to return pointers where appropriateFred Shih2014-06-021-14/+48
* Fix GC race condition in visit rootsSerguei Katkov2014-06-021-1/+2
* Merge "Compaction cleanup for FindArrayClass."Mathieu Chartier2014-05-301-1/+1
|\
| * Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-1/+1