HomeSort by relevance Sort by last modified time
    Searched refs:JniAbortF (Results 1 - 5 of 5) sorted by null

  /art/runtime/
check_jni.cc 75 void JniAbortF(const char* jni_function_name, const char* fmt, ...) {
188 JniAbortF(function_name_,
216 JniAbortF(function_name_, "field operation on invalid %s: %p",
221 JniAbortF(function_name_, "attempt to set field %s with value of wrong type: %s",
228 JniAbortF(function_name_, "attempt to set field %s with value of wrong type: %c",
235 JniAbortF(function_name_, "accessing non-static field %s as static", PrettyField(f).c_str());
237 JniAbortF(function_name_, "accessing static field %s as non-static", PrettyField(f).c_str());
253 JniAbortF(function_name_, "field operation on invalid %s: %p",
265 JniAbortF(function_name_, "jfieldID %s not valid for an object of class %s",
275 JniAbortF(function_name_, "non-nullable argument was NULL")
    [all...]
jni_internal.h 51 void JniAbortF(const char* jni_function_name, const char* fmt, ...)
jni_internal.cc 136 JniAbortF(NULL, "bad arguments passed to %s (see above for details)", PrettyMethod(m).c_str());
621 JniAbortF(#fn, #value " == null"); \
626 JniAbortF(#fn, #value " == null"); \
    [all...]
thread.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.h 312 JniAbortF(NULL, "invalid reference returned from %s", PrettyMethod(m).c_str());
318 JniAbortF(NULL, "attempt to return an instance of %s from %s",

Completed in 1360 milliseconds