Searched refs:AbortF (Results 1 - 1 of 1) sorted by relevance
/art/runtime/ |
H A D | check_jni.cc | 257 AbortF("illegal class name '%s'\n" 274 AbortF("field operation on NULL object: %p", java_object); 279 AbortF("field operation on invalid %s: %p", 291 AbortF("jfieldID %s not valid for an object of class %s", 303 AbortF("non-nullable argument was NULL"); 321 AbortF("the return type of %s does not match %s", function_name_, PrettyMethod(m).c_str()); 327 AbortF("calling non-static method %s with %s", 330 AbortF("calling static method %s with %s", 338 AbortF("can't call %s %s with class %s", invoke == kStatic ? "static" : "nonvirtual", 346 AbortF("ca 1334 void AbortF(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { function in class:art::ScopedCheck 1501 static void AbortF(const char* jni_function_name, const char* fmt, ...) { function in class:art::GuardedCopy [all...] |
Completed in 53 milliseconds