Lines Matching refs:ExceptionCheck

68   if (env->ExceptionCheck() == JNI_TRUE) {  in ConvertJavaArrayToDexFiles()
76 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertJavaArrayToDexFiles()
87 return env->ExceptionCheck() != JNI_TRUE; in ConvertJavaArrayToDexFiles()
95 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
101 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
111 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
362 if (env->ExceptionCheck()) { in DexFile_verifyInBackgroundNative()
430 DCHECK(env->ExceptionCheck()); in DexFile_defineClassNative()
490 DCHECK(env->ExceptionCheck()); in DexFile_getClassNameList()
592 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
597 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
622 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
627 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
673 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
678 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
683 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
688 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
704 if (env->ExceptionCheck()) { in DexFile_isDexOptNeeded()
725 if (env->ExceptionCheck()) { in DexFile_isValidCompilerFilter()
738 if (env->ExceptionCheck()) { in DexFile_isProfileGuidedCompilerFilter()
753 if (env->ExceptionCheck()) { in DexFile_getNonProfileGuidedCompilerFilter()
778 if (env->ExceptionCheck()) { in DexFile_getSafeModeCompilerFilter()
803 DCHECK(env->ExceptionCheck()); in DexFile_isBackedByOatFile()
814 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
819 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
867 DCHECK(env->ExceptionCheck()); in DexFile_getStaticSizeOfDexFile()