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