Lines Matching refs:ExceptionCheck
67 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertJavaArrayToDexFiles()
75 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertJavaArrayToDexFiles()
86 return env->ExceptionCheck() != JNI_TRUE; in ConvertJavaArrayToDexFiles()
94 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
100 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
110 if (env->ExceptionCheck() == JNI_TRUE) { in ConvertDexFilesToJavaArray()
361 if (env->ExceptionCheck()) { in DexFile_verifyInBackgroundNative()
429 DCHECK(env->ExceptionCheck()); in DexFile_defineClassNative()
489 DCHECK(env->ExceptionCheck()); in DexFile_getClassNameList()
589 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
594 if (env->ExceptionCheck()) { in DexFile_getDexFileStatus()
619 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
624 if (env->ExceptionCheck()) { in DexFile_getDexFileOptimizationStatus()
670 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
675 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
680 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
685 if (env->ExceptionCheck()) { in DexFile_getDexOptNeeded()
701 if (env->ExceptionCheck()) { in DexFile_isDexOptNeeded()
722 if (env->ExceptionCheck()) { in DexFile_isValidCompilerFilter()
735 if (env->ExceptionCheck()) { in DexFile_isProfileGuidedCompilerFilter()
750 if (env->ExceptionCheck()) { in DexFile_getNonProfileGuidedCompilerFilter()
775 if (env->ExceptionCheck()) { in DexFile_getSafeModeCompilerFilter()
800 DCHECK(env->ExceptionCheck()); in DexFile_isBackedByOatFile()
811 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
816 if (env->ExceptionCheck()) { in DexFile_getDexFileOutputPaths()
864 DCHECK(env->ExceptionCheck()); in DexFile_getStaticSizeOfDexFile()