Lines Matching refs:JNI
29316 It factors out a JavaInstance interface which does not use JNI
29318 that don't use JNI directly. The existing jobject-backed
31169 JavaClass should be an interface and free of JNI types
31174 It factors out a JavaClass interface which does not use JNI types.
31176 don't use JNI directly. The existing jobject-backed
32664 - Factors out a JavaField interface which does not use JNI types.
32666 don't use JNI directly. The existing jobject-backed
32670 exposes JNI types in its interface.
33770 - Factors out a JavaMethod interface which does not use JNI types.
33772 don't use JNI directly. The existing jobject-backed
33776 exposes JNI types in its interface.
33777 - Remove the method ID as it uses JNI types.
34169 JavaInstance that is independent of JNI, to allow it to be
34170 implemented on platforms that do not use JNI directly.
38566 JNIType is not specific to JNI so should be renamed
50045 JavaNPObject should not use JNI directly
50048 We move the JNI code to access a Java object's fields into
50149 Factor out JNI method call to be used by both JSC and V8
53120 V8 version of JavaString should obtain string from JNI in UTF-16 encoding
53123 We obtain the string from JNI in UTF-16 encoding and convert
57119 JNI code in Java bridge is not correctly guarded
57508 JNI code should include <jni.h> on non-OSX platforms.