• Home
  • Raw
  • Download

Lines Matching refs:JniAbortF

568     JniAbortF(name, #value " == null"); \
574 JniAbortF(__FUNCTION__, #value " == null"); \
1916 JniAbortF("NewString", "char_count < 0: %d", char_count); in NewString()
1920 JniAbortF("NewString", "chars == null && char_count > 0"); in NewString()
2068 JniAbortF("GetArrayLength", "not an array: %s", PrettyTypeOf(obj).c_str()); in GetArrayLength()
2123 JniAbortF("NewObjectArray", "negative array length: %d", length); in NewObjectArray()
2134 JniAbortF("NewObjectArray", "not an object type: %s", in NewObjectArray()
2153 JniAbortF("NewObjectArray", "cannot assign object of type '%s' to array with element " in NewObjectArray()
2176 JniAbortF("GetPrimitiveArrayCritical", "expected primitive array, given %s", in GetPrimitiveArrayCritical()
2198 JniAbortF("ReleasePrimitiveArrayCritical", "expected primitive array, given %s", in ReleasePrimitiveArrayCritical()
2371 JniAbortF("RegisterNatives", "negative method count: %d", method_count); in RegisterNativeMethods()
2496 JniAbortF("NewDirectByteBuffer", "negative buffer capacity: %" PRId64, capacity); in NewDirectByteBuffer()
2500 JniAbortF("NewDirectByteBuffer", "non-zero capacity for nullptr pointer: %" PRId64, capacity); in NewDirectByteBuffer()
2506JniAbortF("NewDirectByteBuffer", "buffer capacity greater than maximum jint: %" PRId64, capacity); in NewDirectByteBuffer()
2581 JniAbortF("NewPrimitiveArray", "negative array length: %d", length); in NewPrimitiveArray()
2595 JniAbortF(fn_name, "attempt to %s %s primitive array elements with an object of type %s", in DecodeAndCheckArrayType()
2659 JniAbortF("ReleaseArrayElements", "invalid element pointer %p, array elements are %p", in ReleasePrimitiveArray()