Searched refs:ReportInvalidJNINativeMethod (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | jni_internal.cc | 199 static void ReportInvalidJNINativeMethod(const ScopedObjectAccess& soa, in ReportInvalidJNINativeMethod() function 2265 ReportInvalidJNINativeMethod(soa, c.Get(), "method name", i); in RegisterNatives() 2268 ReportInvalidJNINativeMethod(soa, c.Get(), "method signature", i); in RegisterNatives() 2271 ReportInvalidJNINativeMethod(soa, c.Get(), "native function", i); in RegisterNatives()
|