Searched refs:AbortF (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jni/ |
D | check_jni.cc | 345 AbortF("illegal class name '%s'\n" in CheckClassName() 362 AbortF("field operation on NULL object: %p", java_object); in CheckInstanceFieldID() 367 AbortF("field operation on invalid %s: %p", in CheckInstanceFieldID() 379 AbortF("jfieldID %s not valid for an object of class %s", in CheckInstanceFieldID() 391 AbortF("non-nullable argument was NULL"); in CheckNonNull() 409 AbortF("the return type of %s does not match %s", function_name_, m->PrettyMethod().c_str()); in CheckMethodAndSig() 415 AbortF("calling non-static method %s with %s", in CheckMethodAndSig() 418 AbortF("calling static method %s with %s", in CheckMethodAndSig() 426 AbortF("can't call %s %s with class %s", invoke == kStatic ? "static" : "nonvirtual", in CheckMethodAndSig() 434 AbortF("can't call %s on null object", m->PrettyMethod().c_str()); in CheckMethodAndSig() [all …]
|