Lines Matching defs:env
45 JNIEnv* env = NULL; in AttachCurrentThread() local
57 JNIEnv* env = NULL; in AttachCurrentThreadWithName() local
79 void InitReplacementClassLoader(JNIEnv* env, in InitReplacementClassLoader()
97 ScopedJavaLocalRef<jclass> GetClass(JNIEnv* env, const char* class_name) { in GetClass()
129 JNIEnv* env, in LazyGetClass()
154 jmethodID MethodID::Get(JNIEnv* env, in Get()
173 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
206 bool HasException(JNIEnv* env) { in HasException()
210 bool ClearException(JNIEnv* env) { in ClearException()
218 void CheckException(JNIEnv* env) { in CheckException()
248 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()