Searched refs:AbortF (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 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() [all …]
|