Home
last modified time | relevance | path

Searched refs:AbortF (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc330 AbortF("illegal class name '%s'\n" in CheckClassName()
347 AbortF("field operation on NULL object: %p", java_object); in CheckInstanceFieldID()
352 AbortF("field operation on invalid %s: %p", in CheckInstanceFieldID()
364 AbortF("jfieldID %s not valid for an object of class %s", in CheckInstanceFieldID()
376 AbortF("non-nullable argument was NULL"); in CheckNonNull()
394 AbortF("the return type of %s does not match %s", function_name_, m->PrettyMethod().c_str()); in CheckMethodAndSig()
400 AbortF("calling non-static method %s with %s", in CheckMethodAndSig()
403 AbortF("calling static method %s with %s", in CheckMethodAndSig()
411 AbortF("can't call %s %s with class %s", invoke == kStatic ? "static" : "nonvirtual", in CheckMethodAndSig()
419 AbortF("can't call %s on null object", m->PrettyMethod().c_str()); in CheckMethodAndSig()
[all …]