Searched refs:ReleaseStringChars (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.cpp2123 * The result is guaranteed to be valid until ReleaseStringChars is
2144 static void ReleaseStringChars(JNIEnv* env, jstring jstr, const jchar* chars) { function
2635 * Like ReleaseStringChars, but with restricted use.
3169 ReleaseStringChars,
H A DCheckJni.cpp1711 ALOGE("JNI: failed guarded copy check in ReleaseStringChars");
1717 baseEnv(env)->ReleaseStringChars(env, string, chars);

Completed in 167 milliseconds