Home
last modified time | relevance | path

Searched refs:NewGlobalRef (Results 1 – 9 of 9) sorted by relevance

/dalvik/libcore/luni/src/main/native/
Djava_io_FileDescriptor.c68 gCachedFields.clazz = (*env)->NewGlobalRef(env, clazz); in nativeClassInit()
Djava_net_InetAddress.cpp329 byteArrayClass = (jclass) env->NewGlobalRef(tempClass); in register_java_net_InetAddress()
Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp1128 gCachedFields.iaddr_class = (jclass) env->NewGlobalRef(iaddrclass); in osNetworkSystem_oneTimeInitializationImpl()
1170 gCachedFields.genericipmreq_class = (jclass) env->NewGlobalRef(genericipmreqclass); in osNetworkSystem_oneTimeInitializationImpl()
1197 gCachedFields.integer_class = (jclass) env->NewGlobalRef(integerclass); in osNetworkSystem_oneTimeInitializationImpl()
1226 gCachedFields.boolean_class = (jclass) env->NewGlobalRef(booleanclass); in osNetworkSystem_oneTimeInitializationImpl()
1255 gCachedFields.byte_class = (jclass) env->NewGlobalRef(byteclass); in osNetworkSystem_oneTimeInitializationImpl()
1277 gCachedFields.string_class = (jclass) env->NewGlobalRef(stringclass); in osNetworkSystem_oneTimeInitializationImpl()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp191 wrapper->interned = (jstring) env->NewGlobalRef(interned); in newInternedString()
410 javaBuffer = (jcharArray) env->NewGlobalRef(javaBuffer); in ensureCapacity()
1483 emptyString = (jstring) env->NewGlobalRef(empty); in staticInitialize()
/dalvik/libnativehelper/include/nativehelper/
Djni.h181 jobject (*NewGlobalRef)(JNIEnv*, jobject); member
547 jobject NewGlobalRef(jobject obj) in NewGlobalRef() function
548 { return functions->NewGlobalRef(this, obj); } in NewGlobalRef()
/dalvik/vm/
DJni.c1456 static jobject NewGlobalRef(JNIEnv* env, jobject obj) in NewGlobalRef() function
3174 NewGlobalRef,
DCheckJni.c1141 result = BASE_ENV(env)->NewGlobalRef(env, obj); in Check_NewGlobalRef()
/dalvik/libcore/icu/src/main/native/
DResourceInterface.cpp1431 string_class = (jclass) env->NewGlobalRef(stringclass); in register_com_ibm_icu4jni_util_Resources()
/dalvik/libcore/sql/src/main/native/
Dsqlite_jni.c260 *ref = (*env)->NewGlobalRef(env, obj); in globrefset()
4344 C_java_lang_String = (*env)->NewGlobalRef(env, jls); in Java_SQLite_Database_internal_1init()