Home | History | Annotate | Download | only in runtime

Lines Matching refs:JniAbortF

75 void JniAbortF(const char* jni_function_name, const char* fmt, ...) {
188 JniAbortF(function_name_,
216 JniAbortF(function_name_, "field operation on invalid %s: %p",
221 JniAbortF(function_name_, "attempt to set field %s with value of wrong type: %s",
228 JniAbortF(function_name_, "attempt to set field %s with value of wrong type: %c",
235 JniAbortF(function_name_, "accessing non-static field %s as static", PrettyField(f).c_str());
237 JniAbortF(function_name_, "accessing static field %s as non-static", PrettyField(f).c_str());
253 JniAbortF(function_name_, "field operation on invalid %s: %p",
265 JniAbortF(function_name_, "jfieldID %s not valid for an object of class %s",
275 JniAbortF(function_name_, "non-nullable argument was NULL");
290 JniAbortF(function_name_, "the return type of %s does not match %s",
295 JniAbortF(function_name_, "calling non-static method %s with %s",
298 JniAbortF(function_name_, "calling static method %s with %s",
317 JniAbortF(function_name_, "static jfieldID %p not valid for class %s",
339 JniAbortF(function_name_, "can't call static %s on class %s",
359 JniAbortF(function_name_, "can't call %s on instance of %s",
522 JniAbortF(function_name_, "unknown trace format specifier: %c", ch);
625 JniAbortF(function_name_, "%s received null %s", function_name_, what);
632 JniAbortF(function_name_, "%s is an invalid %s: %p (%p)",
655 JniAbortF(function_name_, "%s has wrong type: %s", what, PrettyTypeOf(obj).c_str());
679 JniAbortF(function_name_, "jarray was NULL");
686 JniAbortF(function_name_, "jarray is an invalid %s: %p (%p)",
689 JniAbortF(function_name_, "jarray argument has non-array type: %s", PrettyTypeOf(a).c_str());
695 JniAbortF(function_name_, "negative jsize: %d", length);
701 JniAbortF(function_name_, "jfieldID was NULL");
707 JniAbortF(function_name_, "invalid jfieldID: %p", fid);
715 JniAbortF(function_name_, "jmethodID was NULL");
721 JniAbortF(function_name_, "invalid jmethodID: %p", mid);
743 JniAbortF(function_name_, "native code passing in reference to invalid %s: %p",
754 JniAbortF(function_name_, "unknown value for release mode: %d", mode);
761 JniAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid());
775 JniAbortF(function_name_, "thread %s using JNIEnv* from thread %s",
788 JniAbortF(function_name_, "thread %s using JNI after critical get", ToStr<Thread>(*self).c_str());
799 JniAbortF(function_name_, "thread %s called too many critical releases", ToStr<Thread>(*self).c_str());
813 JniAbortF(function_name_, "JNI %s called with pending exception '%s' thrown in %s",
823 JniAbortF(function_name_, "non-nullable const char* was NULL");
832 JniAbortF(function_name_,
995 JniAbortF(functionName,
1006 JniAbortF(functionName, "guard pattern(1) disturbed at %p +%d", fullBuf, i*2);
1016 JniAbortF(functionName, "guard pattern disturbed in odd byte after %p +%d 0x%02x 0x%02x",
1026 JniAbortF(functionName, "guard pattern(2) disturbed at %p +%d", fullBuf, offset + i*2);
1037 JniAbortF(functionName, "buffer modified (0x%08lx vs 0x%08lx) at address %p",
1236 JniAbortF(__FUNCTION__, "DeleteGlobalRef on %s: %p",
1247 JniAbortF(__FUNCTION__, "DeleteWeakGlobalRef on %s: %p",
1258 JniAbortF(__FUNCTION__, "DeleteLocalRef on %s: %p",
1766 JniAbortF(__FUNCTION__, "non-nullable address is NULL");
1769 JniAbortF(__FUNCTION__, "capacity must be greater than 0: %lld", capacity);