Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
814e40397fe6c8a2c645bae99f356dbddd6dbe18
/
src
/
jni_internal_test.cc
814e403
Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions.
by Elliott Hughes
· 15 years ago
e5b0dc8
Add "class Throwable" and rewrite exception throwing to use JNI.
by Elliott Hughes
· 15 years ago
37f7a40
Implement more of the exception/object/class JNI functions.
by Elliott Hughes
· 15 years ago
885c3bd
Implement field access (and a few other bits and bobs).
by Elliott Hughes
· 15 years ago
bd93599
Add JNI GetArrayLength and start throwing from FindClass.
by Elliott Hughes
· 15 years ago
c143c55
Updating the compiler to use the new-world model
by buzbee
· 15 years ago
a663ea5
Initialize ClassLinker from image
by Brian Carlstrom
· 15 years ago
cdf5312
Implement jfieldID and jmethodID properly.
by Elliott Hughes
· 15 years ago
cdd1d2d
Move JNI compiler tests to use pure JNI.
by Ian Rogers
· 15 years ago
18c0753
Initialize the rest of libcore's native code.
by Elliott Hughes
· 15 years ago
f734cf5
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
by Brian Carlstrom
· 15 years ago
4dd71f1
Implement various JNI internals. Fix off by 1 bug.
by Ian Rogers
· 15 years ago
a5b897e
Add semi-functional exception throwing.
by Elliott Hughes
· 15 years ago
289da82
Add bounds checking to our internal array get/set methods.
by Elliott Hughes
· 15 years ago
8a26c5c
Implement NewStringUTF and SetObjectArrayElement.
by Elliott Hughes
· 15 years ago
f2682d5
Fix the invocation interface.
by Elliott Hughes
· 15 years ago
d8ddfd5
Implement JNI NewBooleanArray et cetera.
by Elliott Hughes
· 15 years ago
9b9ba28
Implement upcalls with compiled JNI callback bridges.
by Carl Shapiro
· 15 years ago
c7ac37f
Be more specific when we exit because of an unimplemented JNI call.
by Elliott Hughes
· 15 years ago
0c9cd56
Add tests for JNI FindClass.
by Elliott Hughes
· 15 years ago