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