index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
jni_internal_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-1
/
+1
*
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-05-20
1
-2
/
+1
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+4
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-8
/
+8
*
Emit 4 byte UTF-sequences in place of encoded surrogate pairs.
Narayan Kamath
2015-03-25
1
-11
/
+25
*
Be more lenient with 4 byte UTF-8 sequences.
Narayan Kamath
2015-02-12
1
-1
/
+30
*
ART: Allow scoped adjustments to log verbosity
Andreas Gampe
2015-01-15
1
-28
/
+53
*
ART: Do not JNI abort on nullptr GetObjectRefType
Andreas Gampe
2014-12-22
1
-6
/
+10
*
Remove portable.
Elliott Hughes
2014-12-12
1
-2
/
+0
*
Fix a memory leak in jni_internal_test.
Ian Rogers
2014-11-19
1
-51
/
+64
*
Change 512 to kLocalsMax.
Mathieu Chartier
2014-11-17
1
-2
/
+2
*
Fix reference leaks in ToReflectedMethod and ToReflectedField
Mathieu Chartier
2014-11-17
1
-0
/
+10
*
Allow JNI AttachCurrentThread to fail if not enough stack.
Ian Rogers
2014-11-11
1
-10
/
+0
*
Add jni_internal_test for GetArrayLength(NULL).
Ian Rogers
2014-11-11
1
-1
/
+9
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-23
/
+23
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-10
/
+21
*
Add null check to CheckVirtualMethod
Mathieu Chartier
2014-08-20
1
-0
/
+15
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-319
/
+656
*
Fix broken JNI IsAssignableFrom.
Narayan Kamath
2014-08-01
1
-2
/
+22
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
More checks in JNI RegisterNatives
Sebastien Hertz
2014-07-03
1
-3
/
+25
*
ART: JNI ExceptionDescribe crashes if no exception occurred
Alexei Zavjalov
2014-07-02
1
-0
/
+6
*
Fix JNI ToReflectedMethod for constructor
Sebastien Hertz
2014-06-26
1
-5
/
+25
*
Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c
Brian Carlstrom
2014-06-25
1
-1
/
+1
*
Treat larger than jint capacity in NewDirectByteBuffer as an error
Brian Carlstrom
2014-06-25
1
-1
/
+6
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
1
-10
/
+21
*
Modified functions to return pointers where appropriate
Fred Shih
2014-06-02
1
-4
/
+10
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
64-bit build fix.
Ian Rogers
2014-05-14
1
-1
/
+1
*
Ensure JNI primitive array type is appropriate.
Ian Rogers
2014-05-14
1
-282
/
+631
*
Add lockless SynchronizedGet for indirect reference table.
Mathieu Chartier
2014-05-05
1
-3
/
+0
*
Allow ArtMethod::Invoke in unstarted runtimes.
Ian Rogers
2014-05-02
1
-5
/
+1
*
Remove unused variable and tidy test #includes.
Ian Rogers
2014-03-14
1
-8
/
+0
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-842
/
+1
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-5
/
+6
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-2
/
+3
*
Upcall support for x86-64.
Ian Rogers
2014-02-20
1
-13
/
+13
*
Work in the direction of hard float quick ABIs.
Ian Rogers
2014-02-11
1
-49
/
+78
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-31
/
+31
*
Disallow JNI NewObjectArray of primitive types.
Ian Rogers
2014-01-03
1
-46
/
+125
*
Add stale weak global unit test to jni_internal_test.
Mathieu Chartier
2013-12-20
1
-0
/
+15
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-11
/
+11
*
Add JNI tests missing from 4ffdc6bd962c37bca407267c0858b37bb18a9857.
Elliott Hughes
2013-09-18
1
-0
/
+31
*
Make jni_internal_test less spammy.
Ian Rogers
2013-08-21
1
-1
/
+1
*
Fix PushLocalFrame(0).
Elliott Hughes
2013-08-20
1
-2
/
+17
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-35
/
+75
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+1866