Searched defs:getJNIEnv (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/
H A DJNIUtility.cpp58 // In getJNIEnv(), if AttachCurrentThread is called to a VM that is already
85 JNIEnv* getJNIEnv() function in namespace:JSC::Bindings
106 JNIEnv* env = getJNIEnv();
127 return getCharactersFromJStringInEnv(getJNIEnv(), aJString);
132 releaseCharactersForJStringInEnv(getJNIEnv(), aJString, s);
294 JNIEnv* env = getJNIEnv();

Completed in 117 milliseconds