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

/libcore/luni/src/main/native/
H A Djava_math_NativeBN.cpp69 static int isValidHandle(JNIEnv* env, jlong handle, const char* message) { function
78 return isValidHandle(env, a, "Mandatory handle (first) passed as null");
83 return isValidHandle(env, b, "Mandatory handle (second) passed as null");
88 return isValidHandle(env, c, "Mandatory handle (third) passed as null");
93 return isValidHandle(env, d, "Mandatory handle (fourth) passed as null");

Completed in 45 milliseconds