Lines Matching refs:AbortF

257       AbortF("illegal class name '%s'\n"  in CheckClassName()
274 AbortF("field operation on NULL object: %p", java_object); in CheckInstanceFieldID()
279 AbortF("field operation on invalid %s: %p", in CheckInstanceFieldID()
291 AbortF("jfieldID %s not valid for an object of class %s", in CheckInstanceFieldID()
303 AbortF("non-nullable argument was NULL"); in CheckNonNull()
321 AbortF("the return type of %s does not match %s", function_name_, PrettyMethod(m).c_str()); in CheckMethodAndSig()
327 AbortF("calling non-static method %s with %s", in CheckMethodAndSig()
330 AbortF("calling static method %s with %s", in CheckMethodAndSig()
338 AbortF("can't call %s %s with class %s", invoke == kStatic ? "static" : "nonvirtual", in CheckMethodAndSig()
346 AbortF("can't call %s on null object", PrettyMethod(m).c_str()); in CheckMethodAndSig()
349 AbortF("can't call %s on instance of %s", PrettyMethod(m).c_str(), PrettyTypeOf(o).c_str()); in CheckMethodAndSig()
369 AbortF("static jfieldID %p not valid for class %s", fid, PrettyClass(c).c_str()); in CheckStaticFieldID()
392 AbortF("can't call static %s on class %s", PrettyMethod(m).c_str(), PrettyClass(c).c_str()); in CheckStaticMethod()
413 AbortF("can't call %s on null object", PrettyMethod(m).c_str()); in CheckVirtualMethod()
416 AbortF("can't call %s on instance of %s", PrettyMethod(m).c_str(), PrettyTypeOf(o).c_str()); in CheckVirtualMethod()
562 AbortF("expected non-null method"); in CheckReflectedMethod()
568 AbortF("expected java.lang.reflect.Method or " in CheckReflectedMethod()
580 AbortF("expected non-null constructor"); in CheckConstructor()
584 AbortF("expected a constructor but %s: %p", PrettyMethod(method).c_str(), mid); in CheckConstructor()
594 AbortF("expected non-null java.lang.reflect.Field"); in CheckReflectedField()
599 AbortF("expected java.lang.reflect.Field but got object of type %s: %p", in CheckReflectedField()
610 AbortF("expected java.lang.Throwable but got object of type " in CheckThrowable()
621 AbortF("expected java.lang.Throwable class but got object of " in CheckThrowableClass()
639 AbortF("expected reference of kind %s but found %s: %p", in CheckReferenceKind()
652 AbortF("can't make objects of type %s: %p", PrettyDescriptor(c).c_str(), c); in CheckInstantiableNonArray()
665 AbortF("incompatible array type %s expected %s[]: %p", in CheckPrimitiveArrayType()
684 AbortF("attempt to access %s field %s: %p", in CheckFieldAccess()
689 AbortF("attempt to access field %s of type %s with the wrong type %s: %p", in CheckFieldAccess()
697 AbortF("attempt to access static field %s with a class argument of type %s: %p", in CheckFieldAccess()
703 AbortF("attempt to access static field %s with an incompatible class argument of %s: %p", in CheckFieldAccess()
710 AbortF("attempt to access field %s from an object argument of type %s: %p", in CheckFieldAccess()
761 AbortF("%s received NULL %s", function_name_, what); in CheckInstance()
778 AbortF("%s is an invalid %s: %p (%p)", in CheckInstance()
787 AbortF("%s is an invalid %s: %p (%p)", in CheckInstance()
811 AbortF("%s has wrong type: %s", what, PrettyTypeOf(obj).c_str()); in CheckInstance()
824 AbortF("unknown value for release mode: %d", mode); in CheckReleaseMode()
910 AbortF("Unknown reference type"); in CheckNonHeapValue()
917 AbortF("unknown format specifier: '%c'", fmt); in CheckNonHeapValue()
1106 AbortF("jarray was NULL"); in CheckArray()
1113 AbortF("jarray is an invalid %s: %p (%p)", in CheckArray()
1118 AbortF("jarray argument has non-array type: %s", PrettyTypeOf(a).c_str()); in CheckArray()
1126 AbortF("unexpected jboolean value: %d", z); in CheckBoolean()
1134 AbortF("negative jsize: %d", length); in CheckLengthPositive()
1143 AbortF("jfieldID was NULL"); in CheckFieldID()
1150 AbortF("invalid jfieldID: %p", fid); in CheckFieldID()
1159 AbortF("jmethodID was NULL"); in CheckMethodID()
1166 AbortF("invalid jmethodID: %p", mid); in CheckMethodID()
1175 AbortF("a thread (tid %d) is making JNI calls without being attached", GetTid()); in CheckThread()
1185 AbortF("thread %s using JNIEnv* from thread %s", in CheckThread()
1197 AbortF("thread %s using JNI after critical get", in CheckThread()
1209 AbortF("thread %s called too many critical releases", in CheckThread()
1222 AbortF("JNI %s called with pending exception %s", in CheckThread()
1234 AbortF("non-nullable const char* was NULL"); in CheckUtfString()
1262 AbortF("input is not valid Modified UTF-8: illegal %s byte %#x\n" in CheckUtfString()
1334 void AbortF(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in AbortF() function in art::ScopedCheck
1501 static void AbortF(const char* jni_function_name, const char* fmt, ...) { in AbortF() function in art::GuardedCopy
1518 AbortF(function_name, in CheckHeader()
1530 AbortF(function_name, "buffer modified (0x%08lx vs 0x%08lx) at address %p", in CheckHeader()
1543 AbortF(function_name, "guard pattern before buffer disturbed at %p +%zd", this, i); in CheckRedZones()
1558 AbortF(function_name, "guard pattern after buffer disturbed at %p +%zd", this, in CheckRedZones()