Lines Matching refs:ExceptionCheck

70   if (env->ExceptionCheck() == JNI_TRUE) {  in ConvertJavaArrayToDexFiles()
78 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertJavaArrayToDexFiles()
89 return env->ExceptionCheck() != JNI_TRUE; in ConvertJavaArrayToDexFiles()
97 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
103 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
113 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
408 DCHECK(env->ExceptionCheck()); in DexFile_defineClassNative()
468 DCHECK(env->ExceptionCheck()); in DexFile_getClassNameList()
574 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
579 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
606 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
611 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
657 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
662 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
667 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
672 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
688 if (env->ExceptionCheck()) { in DexFile_isDexOptNeeded()
712 if (env->ExceptionCheck()) { in DexFile_isValidCompilerFilter()
725 if (env->ExceptionCheck()) { in DexFile_isProfileGuidedCompilerFilter()
740 if (env->ExceptionCheck()) { in DexFile_getNonProfileGuidedCompilerFilter()
765 if (env->ExceptionCheck()) { in DexFile_getSafeModeCompilerFilter()
790 DCHECK(env->ExceptionCheck()); in DexFile_isBackedByOatFile()
801 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
806 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
880 DCHECK(env->ExceptionCheck()); in DexFile_getStaticSizeOfDexFile()