Searched refs:JNI_ABORT (Results 1 - 5 of 5) sorted by relevance

/art/test/ti-agent/
H A Dscoped_primitive_array.h62 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \
/art/runtime/native/
H A Dlibcore_util_CharsetUtils.cc81 mEnv->ReleaseByteArrayElements(mJavaArray, mRawArray, JNI_ABORT);
H A Ddalvik_system_DexFile.cc75 env->ReleaseLongArrayElements(reinterpret_cast<jlongArray>(array), long_data, JNI_ABORT); local
/art/runtime/
H A Dcheck_jni.cc836 if (mode != 0 && mode != JNI_COMMIT && mode != JNI_ABORT) {
1072 } else if (releaseMode == JNI_ABORT) {
1073 *msg += "JNI_ABORT";
1449 if (mode != JNI_ABORT) {
H A Djni_internal.cc2511 if (mode != JNI_ABORT) {
2514 // Warn if we have JNI_ABORT and the arrays don't match since this is usually an error.
2515 LOG(WARNING) << "Possible incorrect JNI_ABORT in Release*ArrayElements";

Completed in 653 milliseconds