Home | History | Annotate | Download | only in runtime

Lines Matching refs:JniAbortF

136     JniAbortF(NULL, "bad arguments passed to %s (see above for details)", PrettyMethod(m).c_str());
621 JniAbortF(#fn, #value " == null"); \
626 JniAbortF(#fn, #value " == null"); \
1945 JniAbortF("NewString", "char == null && char_count > 0"); \
2054 JniAbortF("GetArrayLength", "not an array: %s", PrettyTypeOf(obj).c_str());
2113 JniAbortF("NewObjectArray", "negative array length: %d", length);
2347 JniAbortF("RegisterNatives", "negative method count: %d", method_count);
2454 JniAbortF("NewDirectByteBuffer", "negative buffer capacity: %lld", capacity);
2457 JniAbortF("NewDirectByteBuffer", "non-zero capacity for NULL pointer: %lld", capacity);
2544 JniAbortF("NewPrimitiveArray", "negative array length: %d", length);